Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vincentmoulene/f08004dbc112182e4129f5ffb5b07962 to your computer and use it in GitHub Desktop.
Save vincentmoulene/f08004dbc112182e4129f5ffb5b07962 to your computer and use it in GitHub Desktop.
DRUPAL 8 update admin password
```
./../vendor/bin/drush user:password admin "admin"
```
And d'ont forget to check status of the admin user to `1`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment