Skip to content

Instantly share code, notes, and snippets.

@videogramme
Last active August 29, 2015 14:12
Show Gist options
  • Save videogramme/7d482dff80bc0692ecd4 to your computer and use it in GitHub Desktop.
Save videogramme/7d482dff80bc0692ecd4 to your computer and use it in GitHub Desktop.
Drupal8 admin password reset
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