How to reset your Drupal account password

If you have forgotten your Drupal account password, or wish to reset it for any reason, you can do so in a number of ways.

Request a new password via email

Head to the login page, which can be found at https://[yourdomain]/?q=user. Change [yourdomain] for the domain at which your Drupal site is hosted.

Request a new password

In the User login section, click the Request new password? link.

The User account page will be displayed. Enter the username or email address associated with the account and click E-mail new Password.

Enter the username

Drupal will validate the address and, if a valid account is found, a confirmation email will be sent.

Drupal password reset verification email

Head to your email inbox where you should find the password reset confirmation waiting for you. Click the link embedded in the email to continue.

Drupal login page

You will be allowed to log in to the site to change your password. Click the Log on button to proceed.

Entering the new password

Enter the new password twice, then click Save to continue.

Password reset complete

You can now continue using your account with the new credentials.

Change the password with a database query

Users with advanced technical knowledge can change the Drupal account password using a database query in phpMyAdmin.

Drupal 7

Follow the steps outlined in this Drupal knowledge base article.

Drupal 6

Visit the HostPapa Dashboard and, in the top menu, click My cPanel.

1-menu

Scroll down to the Databases section and select phpMyAdmin.

phpMyAdmin in cPanel

In the phpMyAdmin sidebar, select your Drupal database.

phpMyAdmin database selection

At the top of the page, select the Query tab. Now scroll down to the SQL query on database box and enter the following query (where ‘givememypasswordback’ is your new password).

UPDATE users SET pass = MD5('givememypasswordback') WHERE uid=1;

SQL query

Your password will now be changed and you can log in to your account with the new credentials.

Contact HostPapa Support

If, for some reason, the above steps fail, please contact HostPapa Support for further assistance.

Related Articles

Get online with our affordable web hosting

Get online with our affordable web hosting

Learn more now
HostPapa Mustache