Why I can't access WP Admin?

Lion Güemez 0 Reputation points
2025-05-02T00:42:43.15+00:00

Hi.

I created a new WordPress site and I can't access to WP Admin.

  1. I'm going to my dashboard: https://terrenosmx.azurewebsites.net/wp-admin/
  2. I use the User and Password (Web App -> Settings -> Environment variables -> Connection strings -> WORDPRESS_ADMIN_USER/WORDPRESS_ADMIN_PASSWORD

I tried to change the Password, and it doesn't work.

Any help?

This is not the first WordPress site I create so maybe something is wrong here.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,940 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Harshitha Veeramalla 1,301 Reputation points Microsoft External Staff Moderator
    2025-05-13T12:33:27.51+00:00

    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).

    User's image

    • WORDPRESS_ADMIN_PASSWORD setting is only used during the initial WordPress setup (to create the admin user). Later all credentials are stored in the MySQL 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.

    {1C5B850A-4254-476F-9250-F5AA627586D4}

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.