Unable to Login after Installation

I am getting an Invalid Login when I enter the email and password generated by the easy_install.py script. Also, when I try to reset the password or try email login the error says User doesn’t exist.

Hi, I am facing the same issue. Did you manage to solve it? I am using erpnext 15.x.x-develop
frappe 15.x.x-develop
hrms 16.0.0-dev

Any Screen shot there??

What is the ID in User List for Administrator?

Can one login as Administrator?

As per the readme file here GitHub - frappe/hrms: Open Source HR and Payroll Software the default login credentials are:
Username: Administrator
Password: admin
However, I see that when I try to login it requires an email and password that have never been set before so I am getting stuck. Tried to create my own user in the console but apparently it is not recognized.

  • Check the user status using bench console
    If its enabled is 0 then the user is disabled.

  • As I see the password generated by easy_install.py isn’t working then reset manually:

bench --site hrms.local set-admin-password
Then try to login.

Then run database migrate command.


  • Check the site_config.json file for database settings
    Check the db_name is matching your database which you are working with if not then update the configuration and restart the bench

I can’t find the easy install script on frappe/hrms. Maybe share the easy install script and command that was used.

The docker install from that page Administrator/admin works ok when I tried it.

The confusion arises because the login screen has a example.com email address leading one to believe a email must be used. Entering Administrator there , and the password admin should work OOB,