You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: