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