You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user enters an incorrect username or password, they are brought to the "Import data" screen, which is not ideal. Instead, we should bring the user back to the login screen and display an "Incorrect username or password" message (see also #46). The backend portion of this issue (distinguishing between an invalid login and no login at all, and bringing the user back to the login screen in the former case) is fixed in #220, so it would probably be wise to wait until that is merged to work on the frontend portion (adding the text to the login page).
The text was updated successfully, but these errors were encountered:
psvenk
added
bug
Something isn't working
frontend
Suspected problem with frontend (client-side code in public directory)
on hold
Will not be worked on until further notice
labels
Dec 24, 2020
Currently, when a user enters an incorrect username or password, they are brought to the "Import data" screen, which is not ideal. Instead, we should bring the user back to the login screen and display an "Incorrect username or password" message (see also #46). The backend portion of this issue (distinguishing between an invalid login and no login at all, and bringing the user back to the login screen in the former case) is fixed in #220, so it would probably be wise to wait until that is merged to work on the frontend portion (adding the text to the login page).
The text was updated successfully, but these errors were encountered: