• I cant login to my dashboard ,its asking me for the authentication code sent to my email but i have not set the SMTP so wordpress emails are not sent to my email.
    Now when i try to disable the plugin using FTP. i am getting http 500 page not working error.
    And when i enable the plugin i am presented with 2factor login. How do i bypass this.or manually disable 2factor authentication

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add the line below to the wp-config.php file:

    define( 'ITSEC_DISABLE_MODULES', true );

    or even better:

    define( 'ITSEC_DISABLE_TWO_FACTOR', true );

    To prevent any confusion, I’m not iThemes.

    • This reply was modified 5 years, 1 month ago by nlpro.
    Thread Starter pheonis

    (@pheonis)

    I did that and after that when i tried to login i got a screen where it asked me to set 2factor authentication, i set google authenticator and another method. Then i proceeded and i got the http 500 error in the wp-admin screen. Everything working fine with one exception tht is wp-admin page throwing 500 http error

    Thread Starter pheonis

    (@pheonis)

    I have manaed to login to my wordpress,Nowi can access allpages expect the dashboard that is /wp-admin and /wp-admin/index.php,i am getting http500 error while trying toaccess these two pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I cant login to my dashboard,authentication code needed’ is closed to new replies.