Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aelyncole

    (@aelyncole)

    Hi all!

    I manage to fix this bug. I logged into my FTP server and delete the theme-my-login folder from

    wp-content/plugins

    I can log into my wp admin now.

    Thanks.

    bluered

    (@bluered)

    Hi all,

    I’ve just been hit by this bug. Removing the plugin allows the admin to login, but once you reinstall the plugin Admin users get locked out again (can’t access wp-admin) so you can’t unset the option that is causing the lock out. I have had a quick look at the DB tables, but couldn’t see anything that would allow me to reset everything?

    Thoughts?

    Regards,

    Blue.

    consultor

    (@armagri)

    hi
    themed profiles is causing to access only the profile front end page, and its blocking access to back end admin.

    [it affects super admins also, even if you dont choose it when setting up themed profiles]

    trying as seen on http://www.jfarthing.com/support/topic/themed-profiles-restrict-admin-access-issue/


    SELECT *
    FROM wp_options
    WHERE option_name LIKE 'theme_my_login'

    I have this:

    a:4:{s:10:"enable_css";b:1;s:11:"email_login";b:1;s:14:"active_modules";a:1:{i:0;s:41:"custom-redirection/custom-redirection.php";}s:7:"version";s:5:"6.3.5";}

    even if I delete theme_my_login from option_name, and reinstalled, this issue persist.

    what should we change?

    Thanks

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Make sure that your theme has a 404.php template.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to login into my admin page’ is closed to new replies.