Changeset 560906
- Timestamp:
- 06/20/2012 02:38:10 AM (14 years ago)
- Location:
- http-authentication/trunk
- Files:
-
- 2 edited
-
http-authentication.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
http-authentication/trunk/http-authentication.php
r552756 r560906 225 225 $email_domain = $this->options['auto_create_email_domain']; 226 226 227 require_once(WPINC . DIRECTORY_SEPARATOR . 'registration.php');228 227 $user_id = wp_create_user($username, $password, $username . ($email_domain ? '@' . $email_domain : '')); 229 228 $user = get_user_by('id', $user_id); -
http-authentication/trunk/readme.txt
r554674 r560906 2 2 Contributors: dwc 3 3 Tags: authentication 4 Requires at least: 3. 05 Tested up to: 3. 3.14 Requires at least: 3.1 5 Tested up to: 3.4 6 6 Stable tag: 4.4 7 7 … … 143 143 * Remove use of call-time pass by reference to avoid warnings on PHP 5.3 and newer 144 144 * Fix deprecation notice in WordPress 3.3 on `get_userdatabylogin` (#1513) 145 * Fix deprecation notice in WordPress 3.1 and later for including wp-includes/registration.php 145 146 * Associate options page label tags with their input fields (#1514) 146 147
Note: See TracChangeset
for help on using the changeset viewer.