should support email usernames
-
The get_user_by_uri() static functiopn should support useranmes which are email addresses
I patched it by adding:
`case ‘acct’: // check acct scheme
if ($the_user = get_user_by(‘login’, $host)){
return $the_user;
}
Woocommerce and plenty of other plugins use the email address as the username. So probably best to support this. Can you please add this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘should support email usernames’ is closed to new replies.