• I found this in my wp config after i discovered a login and logout issue

    */
    define(‘AUTH_KEY’, ‘put your unique phrase here’);
    define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
    define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
    define(‘NONCE_KEY’, ‘put your unique phrase here’);
    define(‘AUTH_SALT’, ‘put your unique phrase here’);
    define(‘SECURE_AUTH_SALT’, ‘put your unique phrase here’);
    define(‘LOGGED_IN_SALT’, ‘put your unique phrase here’);
    define(‘NONCE_SALT’, ‘put your unique phrase here’);

    each attempt to update it result to not able to login to the site again… please help me out….
    thanks

    • This topic was modified 4 years, 11 months ago by ddmmdit.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • hey, did you update WordPress itself or just the wp-config.php file? Also, you may find the default set of eight Security Keys in the wp-config-sample.php file and check if using those helps.

    Thread Starter ddmmdit

    (@ddmmdit)

    the default keys are no more there in the sample file, both sample file and the real file are the same. please any solution?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can’t login after wp config security update’ is closed to new replies.