Want to subscribe to topics you're interested in?
Become a Member

Install Forgot Wordpress wp-login.php password protection info

Discussion in 'Install & Upgrades or Pre-Install Questions' started by JVC888, Mar 6, 2017.

  1. JVC888

    JVC888 New Member

    2
    2
    3
    Mar 6, 2017
    Ratings:
    +3
    Local Time:
    12:14 PM
    I am currently using Centmin Mod 123.09beta01 version on one of my websites. On this website, I forgot the Wordpress wp-login.php password protection info (both username and password).

    Is there a way to retrieve this information or disable the wp-login.php protection?

     
  2. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:14 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Almost all centmin.sh menu option runs have a automatically logged file saved at /root/centminlogs

    to list the logs in ascending data order from oldest log file to newest use command
    Code (Text):
    ls -lahrt /root/centminlogs
    

    to filter for wordpress logs use grep command
    Code (Text):
    ls -lahrt /root/centminlogs | grep '_wordpress_addvhost'