The password that I set during a drush installation is not set at all :
drush si commerce_kickstart --account-pass=CustomPassword

The one that is set is the default one : admin.

However, Drush says:

Installation complete. User name: admin User password: CustomPassword

Comments

GuGuss’s picture

When I reinstall the site without the line : $form['admin_account']['account']['pass']['#value'] = 'admin'; in commerce_kickstart.profile, same thing happens...

theo_’s picture

Status: Active » Fixed

@GuGuss : you were right it was due to the default password we set in the profile.

fixed : https://code.drupalcommerce.org/514

kotnik’s picture

Status: Fixed » Active

This has been reverted here. Still not able to set the password with Drush.

jsacksick’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.