Can not login new user "Please setup default outgoing Email Account from Tools > Email Account"

Hi everyone

I am developing an app on frappe and erpnext, When i created new user using gmail and then loged in with the new user, the site do not allow me to login and show message “Please setup default outgoing Email Account from Tools > Email Account“, how to dissable this on setting because this is my development environment and i don’t want to setup any email on this. I also change the password to set default password for user.

Thanks you

refer this documentation for email setup.

Thanks you. But does it require to setup Email account on frappe? If not how to disable it?

Yes , it required for sending mail and login via email.
You can also login by userid and password.

When creating a user, uncheck the box “send welcome email” and manually set the password

for the user.

Thanks you, it worked.