[bug]: Email/Password Authentication Disabled Error Message Not Shown
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
When email/password login method is disabled by admin, as expected, users cannot login with their password. However, if a user attempts to login with their password no error message is shown. The login screen simple resets. The only way to know the error is to look at the URL: https://[plane self-hosted URL]/?error_code=5056&error_message=EMAIL_PASSWORD_AUTHENTICATION_DISABLED
Steps to reproduce
- Go to Plane login screen
- enter email
- enter password
- login screen returns to first screen, no error message shown to user
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
v1.4.0
still not fixed I guess. none of us can login to our plane instance. :) login via unique code seems to work but cant log in to god-mode.
Hi @wari-sul When password login is disabled via God-mode, it is intended to prevent regular users from logging in with a password. However, this setting does not affect God-mode access itself. But id you have forgot the God-mode password it can still be reset via the command line. We can provide a script for this if required.
Hi @wari-sul When password login is disabled via God-mode, it is intended to prevent regular users from logging in with a password. However, this setting does not affect God-mode access itself. But id you have forgot the God-mode password it can still be reset via the command line. We can provide a script for this if required.
HI @pushya22 ! Thank you for your response. I was able to resolve the issue a few minutes after leaving my comment. In hindsight, I should have consulted the documentation prior to installation.