Dotclear


Ignore:
Timestamp:
07/03/15 17:03:26 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Centralizes crypt function of pwd in class.Dotclear.auth.php, closes #1923

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/install/index.php

    r2792 r3036  
    119119          $cur->user_id = $u_login; 
    120120          $cur->user_super = 1; 
    121           $cur->user_pwd = crypt::hmac(DC_MASTER_KEY,$u_pwd); 
     121          $cur->user_pwd = $core->auth->crypt($u_pwd); 
    122122          $cur->user_name = (string) $u_name; 
    123123          $cur->user_firstname = (string) $u_firstname; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map