Hi @Javier,
Even if you change the password in Application settings, you will not be able to login with new credentials.
I have updated the Password in Application settings and tried to login with the new password. I was unable to login. Still, it is allowing me to login with the old password (Which I saved during creation of the app).
-
WORDPRESS_ADMIN_PASSWORD
setting is only used during the initial WordPress setup (to create the admin user). Later all credentials are stored in theMySQL database
-wp_users
table. - To update password, you need to connect to the MySQLDB.
You can either Use phpmyadmin or the options given in MySQL server
.
Navigate to wp_users
table and change the password.
Hope this helps
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions, please reply back.