Changeset 3627:9bccfc2257ad for admin/preferences.php
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/preferences.php
r3566 r3627 161 161 try 162 162 { 163 $pwd_check = !empty($_POST['cur_pwd']) && $core->auth->checkPassword($ core->auth->crypt($_POST['cur_pwd']));163 $pwd_check = !empty($_POST['cur_pwd']) && $core->auth->checkPassword($_POST['cur_pwd']); 164 164 165 165 if ($core->auth->allowPassChange() && !$pwd_check && $user_email != $_POST['user_email']) {
Note: See TracChangeset
for help on using the changeset viewer.