From c58c8a255cd08b7cd857df859fee88bc4719985a Mon Sep 17 00:00:00 2001 From: glenneth Date: Tue, 4 Nov 2025 06:36:42 +0300 Subject: [PATCH] security: Remove hardcoded admin credentials from login page Removed the display of default admin username and password from the login page template. This information should not be publicly visible as it poses a security risk in production environments. Administrators should use secure credential management practices and change default passwords during initial setup. --- template/login.ctml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/template/login.ctml b/template/login.ctml index 584ab07..9b736d2 100644 --- a/template/login.ctml +++ b/template/login.ctml @@ -37,11 +37,6 @@ -
- Default Admin Credentials:
- Username:
admin
- Password:
asteroid123 -