plane icon indicating copy to clipboard operation
plane copied to clipboard

[bug]: Email/Password Authentication Disabled Error Message Not Shown

Open leedsjb opened this issue 1 year ago • 2 comments

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

  1. Go to Plane login screen
  2. enter email
  3. enter password
  4. login screen returns to first screen, no error message shown to user

Environment

Production

Browser

Google Chrome

Variant

Self-hosted

Version

v1.4.0

leedsjb avatar Nov 19 '24 07:11 leedsjb

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.

wari-sul avatar Apr 17 '25 08:04 wari-sul

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.

pushya22 avatar Apr 21 '25 08:04 pushya22

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.

wari-sul avatar Apr 29 '25 18:04 wari-sul