From f918ca09cec807801521059bac987793b3685139 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 6 Sep 2008 21:29:37 +0000 Subject: Fixes #332: Added tokens and action_gatekeeper() git-svn-id: https://code.elgg.org/elgg/trunk@2056 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/admin/user/resetpassword.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/admin/user/resetpassword.php') 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'); -- cgit v1.2.3