• Resolved kenney84

    (@kenney84)


    Good morning! I am having some trouble with the Brute force protection on a site. Specifically the rename login page feature. I think I know the issue, but I need to be able to modify plugin settings without being able to login. If I disable the plugin, I can login but not modify settings (I have auto-logout enabled which automatically triggers upon re-enabling the plugin. If I enable the plugin though, I cannot log in. How can I modify plugin settings without needing the UI provided when logged in?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Prashant Baldha

    (@pmbaldha)

    Very Good Morning,

    For modify setting, Open the WP Site Database, Browse the {wp_prefix}_options table, locate the the row that has option_name “aio_wp_security_configs” and change the option_value

    Thread Starter kenney84

    (@kenney84)

    Very good morning to you as well Prashant!

    I hadn’t even looked at the fact that my database browser was paginating the _options table! Found the “aio_wp_security_configs” option_name and modified the option_value. Worked like a charm!

    Thanks a ton! You’ve saved me a lot of headache and a lot of future headaches!

    Have a great week!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify Settings Outside UI’ is closed to new replies.