Thank You Leela and team Frappe , Kudos ![]()
Thanks for the quick fix and for your efforts.
Hey, I am only able to login with email ID. Can we login with username? Please confirm/ help. Thanks.
same here
Hi,
You will have to check these two boxes under System Settings> Security tab ---- Allow Login using Mobile Number and Allow Login using User Name.
Let me know if there is any difficulty.
Regards
We want to give login ID as Employee code, enabled login using username and gave username as employee code. But the employee code contains /. So its showing frappe.exceptions.AuthenticationError exception mentioned above. Can we allow / in username. technically the / is converted as / even before url-encoding; where as in password / is url-encoded as %2F. Can we stop the prior conversion for username.