• Resolved Rasso Hilber

    (@nonverbla)


    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.

    • This topic was modified 1 year, 12 months ago by Rasso Hilber.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gergana Petrova

    (@gpetrova)

    Hello @nonverbla,

    Thank you again for the feedback and for the suggestion. I have brought this to the attention of the plugin’s Developers.

    They will review your suggestion and will decide whether to include it in one of the plugin’s future releases. You may monitor the plugin’s Changelog for updates.

    Best Regards,
    Gergana Petrova

    Thread Starter Rasso Hilber

    (@nonverbla)

    Thanks Gergana!

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.