DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
703 stars 249 forks source link

Check for minimum password length upon self registration. #2459

Open nickygerritsen opened 2 months ago

nickygerritsen commented 2 months ago

Fixes #2458.

thijskh commented 2 months ago

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?

nickygerritsen commented 1 month ago

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?