How can I reset my drupal admin password?
Answer / Savita Sharma
To reset your Drupal admin password, follow these steps:
1. Access the Drupal installation's database using a tool like phpMyAdmin or the command line.
2. Locate the users table and find the uid (user ID) of the administrator account.
3. Update the pass field with the encrypted password (using the drupal_hash_password function) or reset it to an empty string if you want to generate a new one when the user logs in for the first time.
4. Save the changes and clear Drupal's cache.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is drupal and how do you use it?
Mention what are the key features of Drupal?
How to make a module?
How can improve the drupal cache and logging?
What is dependency injection in drupal 8?
Name a few good drupal sites?
Explain hooks in drupal.
Which are commonly used php based cms?
What is clean url in drupal?
What is a patch? How to apply patch?
What is a block module?
What are patches in drupal?