diff options
Diffstat (limited to 'actions/admin/user/resetpassword.php')
-rw-r--r-- | actions/admin/user/resetpassword.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/admin/user/resetpassword.php b/actions/admin/user/resetpassword.php index 6074777fe..60d739cf9 100644 --- a/actions/admin/user/resetpassword.php +++ b/actions/admin/user/resetpassword.php @@ -15,6 +15,7 @@ // block non-admin users admin_gatekeeper(); + action_gatekeeper(); // Get the user $guid = get_input('guid'); |