Once Disabled, cannot Enable
-
There’s no way via wp-admin to Enable a user that has been disabled.
Can enable via PHPMyAdmin: in
wp_usermeta, delete row wheremeta_key = disabled and meta_value = 1.The meta_key should also be namespaced to something less generic.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Once Disabled, cannot Enable’ is closed to new replies.