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) { ?>
- ">
-
- Password rotation
+ ">
+
+ Credential rotation
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,