domjudge
domjudge copied to clipboard
Check for minimum password length upon self registration.
Fixes #2458.
Probably we need to tell the user what length we expect when we present the form? Not reject it after submission with a surprise limit that was never communicated before?
Probably we need to tell the user what length we expect when we present the form? Not reject it after submission with a surprise limit that was never communicated before?
The minlength html attribute kinda does this, right?