backdrop-contrib / backdrop-drush-extension

A set of commands and boot class for Drush and Backdrop CMS.
GNU General Public License v2.0
13 stars 18 forks source link

Password provided by 'drush si' doesn't work #235

Closed stpaultim closed 3 years ago

stpaultim commented 3 years ago

I'm testing drush si to go through the site installation process and it seems to work. However, at the end, it provides with login credentials that don't work.

I'm using lando and downloaded Backdrop with 'drush dlb backdrop --path=backdrop'

'lando drush si --db-url=mysql://backdrop:backdrop@database/backdrop'

serundeputy commented 3 years ago

Thanks Tim; I think this is a dupe of https://github.com/backdrop-contrib/backdrop-drush-extension/issues/151

for now to work around you can use drush uli to login to the site.

stpaultim commented 3 years ago

Understood. Thanks.