From 0172895e3c94f81dfcd29355b49f669ed877ac89 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 5 Feb 2025 14:19:43 +0000 Subject: [PATCH] Rename password rotation report to credential rotation report --- includes/reports_side_nav.php | 6 +++--- ...word_rotation.php => report_credential_rotation.php | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) rename report_password_rotation.php => report_credential_rotation.php (87%) diff --git a/includes/reports_side_nav.php b/includes/reports_side_nav.php index 31e1199a..dd0c2b46 100644 --- a/includes/reports_side_nav.php +++ b/includes/reports_side_nav.php @@ -106,9 +106,9 @@ = 1) { ?> diff --git a/report_password_rotation.php b/report_credential_rotation.php similarity index 87% rename from report_password_rotation.php rename to report_credential_rotation.php index c92abdd2..16022147 100644 --- a/report_password_rotation.php +++ b/report_credential_rotation.php @@ -2,7 +2,7 @@ require_once "includes/inc_all_reports.php"; -validateTechRole(); +enforceUserPermission('module_credential'); // TODO: Default to 90 but allow input field to change this if (isset($_GET['days'])) { @@ -23,7 +23,7 @@ $passwords_not_rotated_sql = mysqli_query($mysqli,
-

Login entry passwords not changed/rotated in the last 90 days

+

Client credentials not changed/rotated in the last 90 days

@@ -35,9 +35,9 @@ $passwords_not_rotated_sql = mysqli_query($mysqli, Client - Login Name - Login Description - Login Password Last Changed + Credential Name + Credential Description + Credential Password Last Changed