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:
    2:51 AM
    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

    54,909
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    11:51 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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'