- First go to drupal project's root directory and open command prompt
- Then paste the below command and press enter
php ./scripts/password-hash.sh yourpassword - It will generate a hash, copy the hash characters and go to database.
- Then if you are in phpmyadmin then in users table update the pass field with the hash characters Or you can run an update query.
- YOU ARE DONE. 😎
Wednesday, January 10, 2018
Reset user password Drupal 7
Subscribe to:
Post Comments (Atom)
Workflow of WordPress project in a team with Git
1. We should not push any Wordpress core folders or files to github. 2. Only push custom theme and custom plugin into github. 3. So, in this...
No comments:
Post a Comment