While not common to try to login without a username, we don't seem to perform validation of the input. We check that require fields are present, but we submit without bothering to deal with the lack of a username. We should either tell the user to enter a username, or fill in a random name.
Not a system crash but the user gets an ugly error 500.
While not common to try to login without a username, we don't seem to perform validation of the input. We check that require fields are present, but we submit without bothering to deal with the lack of a username. We should either tell the user to enter a username, or fill in a random name.
Not a system crash but the user gets an ugly error 500.