Password Encryption

Component ID

2316173

Component name

Password Encryption

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Have you ever faced a scenario of forgetting the administer credentials of your drupal site ?

Looking to reset the password by updating the record in users table as you are not left with any other option.

This module helps you to generate the encrypted password for a provided string(password) and you can update the "pass" field for the user by running the mysql command.

Command :

"UPDATE users SET pass='$S$Ddd06jN2Lu7AQWPwmYCfT17kmokuYfuFm7TqbvR955uriqtUXIEX' WHERE uid=1;"