Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drush upwd command fails with drush/drush 9.1.0 #3399

Closed
phrane opened this issue Feb 20, 2018 · 2 comments
Closed

Drush upwd command fails with drush/drush 9.1.0 #3399

phrane opened this issue Feb 20, 2018 · 2 comments

Comments

@phrane
Copy link

phrane commented Feb 20, 2018

Description:
Drush upwd USER --password="newpassword" to change password fails.

Expected:
Drush upwd USER --password="newpassword" should result in [success] with changed password.

Actual:
The Drush upwd command fails with notification -
" [Symfony\Component\Console\Exception\RuntimeException]
The "--password" option does not exist. "

Observation:
After downgrading to Drush Commandline Tool 8.1.16 (from 9.1.0) and re-running Drush upwd command, it was successful.

My environment:
Ubuntu 16.04
Composer based Drupal 8.4.4 project

@weitzman
Copy link
Member

password is now an argument, not an option. see drush help upwd.

@phrane
Copy link
Author

phrane commented Aug 7, 2018

Understood... So in Drush 9 this is now:

drush upwd USERNAME PASSWORD

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants