mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix email address whitespace issue
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
$creds['user_login'] = $user_login;
|
||||
$creds['user_password'] = $user_password;
|
||||
$creds['user_email'] = $user_email;
|
||||
$creds['user_email'] = trim( $user_email );
|
||||
|
||||
$args['submitted'] = array_merge( $args['submitted'], $creds);
|
||||
$args = array_merge($args, $creds);
|
||||
|
||||
Reference in New Issue
Block a user