Welcome to Codidact Meta!
Codidact Meta is the "town hall" (meta-discussion site) for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Sign In fails silently if you put your username instead of your email
I just went to sign in but the "Sign in" button didn't do anything. There was no error or nothing. Then I realized I put my username instead of my email address. Once I put in my email, it worked.
There should be some sort of feedback in this case, like an error message. For comparison, if you go to the sign in page and click the button without filling anything in, it says "Invalid Email or password."
I can reproduce the lack of error message if I put a single letter in the "email" field and click the button. Only when I put a letter followed by @ followed by a letter do I get an error.
1 answer
It looks like we're depending on browser-native validation here. This is in Edge on Windows:
In other words, whether or not you get an error message will depend on your device and browser - yours is clearly handling the validation, hence why it won't submit the form, but not giving you an error message.
Either way, we can do better - I've filed this for us to look at when we can.

0 comment threads