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