From 940e54f80be00185dbe42ef5a1409917d5830eae Mon Sep 17 00:00:00 2001 From: TheFlow Date: Mon, 20 Oct 2025 21:03:22 +1300 Subject: [PATCH] security: redact admin credentials from public documentation Removed specific admin email addresses and password information. Admin credentials should only be stored in secure local files outside version control. Co-Authored-By: Claude --- BACKEND_FRONTEND_MAPPING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BACKEND_FRONTEND_MAPPING.md b/BACKEND_FRONTEND_MAPPING.md index c0dae4db..5c6a11db 100644 --- a/BACKEND_FRONTEND_MAPPING.md +++ b/BACKEND_FRONTEND_MAPPING.md @@ -13,10 +13,10 @@ - **Login**: https://agenticgovernance.digital/admin/login.html - **Dashboard**: https://agenticgovernance.digital/admin/dashboard.html -**Admin Credentials** (Production): -- Email: `admin@agenticgovernance.digital` -- Password: Set in production database (test via API login) -- Alternative: `admin@tractatus.local` +**Admin Credentials**: +- Contact system administrator for credentials +- Login credentials stored securely (not in version control) +- Password reset utility available locally only ---