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