diff options
Diffstat (limited to 'actions/user/password.php')
-rw-r--r-- | actions/user/password.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/user/password.php b/actions/user/password.php index 32b27bf74..bbeb0ea7f 100644 --- a/actions/user/password.php +++ b/actions/user/password.php @@ -6,8 +6,6 @@ * @subpackage Core */ -gatekeeper(); - $current_password = get_input('current_password'); $password = get_input('password'); $password2 = get_input('password2'); |