Quantcast
Viewing all articles
Browse latest Browse all 10

The most simple way to reset password of the first Drupal 7 user by MySQL request

UPDATE users SET pass='$S$Cd059Vsxc8berFeg6hspaa7ejx2bSxyUisvCbT4h9o8XIgSUtPKz' WHERE uid=1;
this resets the password to 'password'

Blog tags: 

Viewing all articles
Browse latest Browse all 10

Trending Articles