Changeset 3036:7ed4286c8013 for admin/auth.php
- Timestamp:
- 07/03/15 17:03:26 (10 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          admin/auth.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/auth.phpr2852 r3036 204 204 205 205 $cookie_admin = http::browserUID(DC_MASTER_KEY.$user_id. 206 crypt::hmac(DC_MASTER_KEY,$user_pwd)).bin2hex(pack('a32',$user_id));206 $core->auth->crypt($user_pwd)).bin2hex(pack('a32',$user_id)); 207 207 208 208 if ($check_perms && $core->auth->mustChangePassword()) 
Note: See TracChangeset
          for help on using the changeset viewer.
      