Changeset 3627:9bccfc2257ad for admin/user.php
- Timestamp:
- 12/19/17 17:27:59 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/user.php
r3421 r3627 72 72 try 73 73 { 74 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword($ core->auth->crypt($_POST['your_pwd']))) {74 if (empty($_POST['your_pwd']) || !$core->auth->checkPassword($_POST['your_pwd'])) { 75 75 throw new Exception(__('Password verification failed')); 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.