Changeset 552756
- Timestamp:
- 06/04/2012 06:32:00 AM (14 years ago)
- Location:
- http-authentication/trunk
- Files:
-
- 2 edited
-
http-authentication.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
http-authentication/trunk/http-authentication.php
r552737 r552756 187 187 188 188 // Create new users automatically, if configured 189 $user = get_user databylogin($username);189 $user = get_user_by('login', $username); 190 190 if (! $user) { 191 191 if ((bool) $this->options['auto_create_user']) { -
http-authentication/trunk/readme.txt
r552737 r552756 142 142 * Add option to support additional $_SERVER variables in authentication (#1477) 143 143 * Remove use of call-time pass by reference to avoid warnings on PHP 5.3 and newer 144 * Fix deprecation notice in WordPress 3.3 on `get_userdatabylogin` (#1513) 144 145 145 146 = 4.4 =
Note: See TracChangeset
for help on using the changeset viewer.