Changeset 3036:7ed4286c8013 for admin/user.php
- Timestamp:
- 07/03/15 17:03:26 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/user.php
r2852 r3036 72 72 try 73 73 { 74 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword( crypt::hmac(DC_MASTER_KEY,$_POST['your_pwd']))) {74 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword($core->auth->crypt($_POST['your_pwd']))) { 75 75 throw new Exception(__('Password verification failed')); 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.