← back to Consulting Rentv Com
auth: add Daniel login
942afaabd0ce2c62181d19569297776f98e773e9 · 2026-07-23 14:42:17 -0700 · Steve Abrams
Files touched
Diff
commit 942afaabd0ce2c62181d19569297776f98e773e9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Jul 23 14:42:17 2026 -0700
auth: add Daniel login
---
server.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server.js b/server.js
index 9acfce6..d2421ed 100644
--- a/server.js
+++ b/server.js
@@ -28,7 +28,7 @@ const DATA = path.join(__dirname, 'data');
// ---- credentials -----------------------------------------------------------
// Unified fleet login + this client's own login. Extra pairs via BASIC_AUTH_EXTRA
// (comma-separated user:pass). These same creds are shown on the sign-in page.
-const CREDS = ['admin:DW2024!', 'client:Rentvc2026!', 'Boomer:Rentv2024!']
+const CREDS = ['admin:DW2024!', 'client:Rentvc2026!', 'Boomer:Rentv2024!', 'Daniel:Dandeana1992']
.concat((process.env.BASIC_AUTH_EXTRA || '').split(',').map((s) => s.trim()).filter(Boolean));
const ACCEPTED = new Set(CREDS.map((c) => 'Basic ' + Buffer.from(c).toString('base64')));
function gate(req, res, next) {
← 43613a1 portal: fix rentv.com link-out at the SOURCE (build.mjs temp
·
back to Consulting Rentv Com
·
auth: set Boomer password to rentfree911 17eaeed →