Changeset 22005 for trunk/include
- Timestamp:
- Apr 4, 2013, 12:56:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_user.inc.php
r21802 r22005 1162 1162 } 1163 1163 1164 if ($check and isset($user_id) and !$conf['external_authentification']) 1165 { 1164 if ($check) 1165 { 1166 if (!isset($user_id) or $conf['external_authentification']) 1167 { 1168 return true; 1169 } 1170 1166 1171 // Rehash using new hash. 1167 1172 $hash = pwg_password_hash($password);
Note: See TracChangeset
for help on using the changeset viewer.