Hello,
I have installed the demo file but I couldn't login as an administrator.
Could you provide the credentials (and update the doc)

Thank you,

Comments

DuneBL created an issue. See original summary.

DuneBL’s picture

Status: Active » Needs review

I could reset the admin password with drush:
drush user-password admin --password="my_new_password"

MSutton’s picture

Does the admin account need to be created through the terminal? Please advise.

DuneBL’s picture

@MSutton no, it is already created. You can use admin as user name and the newly created password.
By the way, I haven't try, but it seems that the pre-existing credentials are admin/admin@123

MSutton’s picture

I just tried the username 'admin' with the password 'admin@123' and it didn't work for me. I'm also having trouble installing drush due to a php issue. Is there any other way around this? And thank you for your help.

DuneBL’s picture

You can change the admin mail in the sql file, and then, you can use the reset password function (in the loggin page); [This is the idea of Webster H: https://www.drupal.org/project/yg_booster/issues/2952778#comment-12685389]

MSutton’s picture

FIXED! I was able to reset the administrator password by creating a PHP file: https://www.drupal.org/node/2778219

Thanks for all your help, DuneBL!