Changeset 3036:7ed4286c8013 for admin/install/index.php
- Timestamp:
- 07/03/15 17:03:26 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/install/index.php
r2792 r3036 119 119 $cur->user_id = $u_login; 120 120 $cur->user_super = 1; 121 $cur->user_pwd = crypt::hmac(DC_MASTER_KEY,$u_pwd);121 $cur->user_pwd = $core->auth->crypt($u_pwd); 122 122 $cur->user_name = (string) $u_name; 123 123 $cur->user_firstname = (string) $u_firstname;
Note: See TracChangeset
for help on using the changeset viewer.
