Last active
August 29, 2015 14:12
-
-
Save videogramme/7d482dff80bc0692ecd4 to your computer and use it in GitHub Desktop.
Drupal8 admin password reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php core/scripts/password-hash.sh 'your-new-pass-here' | |
$S$EWwvK89PQ09i2zsJVpU5kve68Yk4p1y724GTpUmmZL37sKEVsvuBxa | |
UPDATE users_field_data SET pass='$S$EWwvK89PQ09i2zsJVpU5kve68Yk4p1y724GTpUmmZL37sKEVsvuBxa' WHERE uid = 1; | |
DELETE FROM cache_entity WHERE cid = 'values:user:1'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment