mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- reviewed #1340;
This commit is contained in:
@@ -167,7 +167,7 @@ if ( ! class_exists( 'um\admin\Secure' ) ) {
|
||||
// Don't need to reset a password.
|
||||
if ( UM()->options()->get( 'display_login_form_notice' ) ) {
|
||||
update_user_meta( $user_id, 'um_secure_has_reset_password', true );
|
||||
update_user_meta( $user_id, 'um_secure_has_reset_password__timestamp', current_time( 'mysql' ) );
|
||||
update_user_meta( $user_id, 'um_secure_has_reset_password__timestamp', current_time( 'mysql', true ) );
|
||||
}
|
||||
|
||||
// Clear Cache.
|
||||
|
||||
Reference in New Issue
Block a user