Changeset 3036:7ed4286c8013 for admin/preferences.php
- Timestamp:
- 07/03/15 17:03:26 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/preferences.php
r3003 r3036 102 102 try 103 103 { 104 $pwd_check = !empty($_POST['cur_pwd']) && $core->auth->checkPassword( crypt::hmac(DC_MASTER_KEY,$_POST['cur_pwd']));104 $pwd_check = !empty($_POST['cur_pwd']) && $core->auth->checkPassword($core->auth->crypt($_POST['cur_pwd'])); 105 105 106 106 if ($core->auth->allowPassChange() && !$pwd_check && $user_email != $_POST['user_email']) {
Note: See TracChangeset
for help on using the changeset viewer.