domjudge icon indicating copy to clipboard operation
domjudge copied to clipboard

Check for minimum password length upon self registration.

Open nickygerritsen opened this issue 1 year ago • 2 comments

Fixes #2458.

nickygerritsen avatar Apr 14 '24 12:04 nickygerritsen

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?

thijskh avatar Apr 28 '24 19:04 thijskh

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?

nickygerritsen avatar Jun 01 '24 14:06 nickygerritsen