Add a admin UI to reset `sg_login_access`
-
Hi there!
First of all, I love this plugin! Thank you so much for your work. I have a request/suggestion:
I know that I can reset login access with this filter:
add_action( 'init', 'remove_login_access_data' ); function remove_login_access_data() { update_option( 'sg_login_access', array() ); }
Would you consider adding a button for this feature to the admin UI? I’m picturing a scenario where I don’t have a computer at hand and a client logs themselves out. With a button I could just log-in to the admin area with my phone and re-enable their login by resetting this option.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add a admin UI to reset `sg_login_access`’ is closed to new replies.