Setting up first user login

I have finished install and I’m sitting on the login screen and have no idea what to put in. When did I set this? How do I login?

User:Administrator
Pass: password you set at the time of installation

is this the same password as the site password? There are a few stages where passwords are set. I’m just not sure which one it was.

Yes at the time of setting up the site, it asks for administrator password, use that one.
Regards

During frappe complete installation, System will asks you for password for several time.
example,

  • Password for mariadb
  • Password for system user

If you don’t remember the system user password just go to the frappe-bench and hit below command.

brewforbrains@brewforbrains:~/workspace/myproject/frappe-bench$ bench set-admin-password your_password

2 Likes

got ya thanks.