How to create encrypted hash passwords for drupal 7 -
After searching on the internet, I came to know that passwords with Doppel 7 are not encrypted via MD5.
What are possible ways to encrypt passwords in Drupal 7?
With Drupal 7, passwords are not encrypted via MD5 and receive a password in Drupal7 There are several ways to set up / set up using Drawer (for your information, not used in your case):
Dash Upworld Administrator - password = "new password" Without a Dish, if you have clear access to the server: (For your information, do not use it in your case Or
cd Drupal root directory & gt; Copy the resultant hash and paste it into the query: Update User Set Name = php scripts / password -hash.sh 'myPassword' 'Admin', pass = 'pasted_big_hash_from_above' where UID = 1;
Comments
Post a Comment