mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fix space in username after reset password with SMTP
This commit is contained in:
@@ -57,7 +57,7 @@ if ( ! class_exists( 'um\core\Password' ) ) {
|
||||
array(
|
||||
'act' => 'reset_password',
|
||||
'hash' => $reset_key,
|
||||
'login' => $user_data->user_login,
|
||||
'login' => rawurlencode( $user_data->user_login ),
|
||||
),
|
||||
um_get_core_page( 'password-reset' )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user