From b1556fb6829fcf7c93b4483934e7a25f28946e22 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 17 Jun 2023 23:23:28 +0100 Subject: change admin username --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index b7e9526..27d5cfd 100644 --- a/routes/index.js +++ b/routes/index.js @@ -53,7 +53,7 @@ function comparePasswordWithHash(password, hash, done) { } function isAdmin(username) { - return (username == "ostracod"); + return (username == "ubq323"); } router.get("/", function(req, res, next) { -- cgit v1.2.3