DOMjudge / domjudge

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

Self-registering allows weak password #2458

Open eldering opened 2 months ago

eldering commented 2 months ago

Description of the problem

When I self-register, I can use a password that consists of only 8 lowercase characters, while if I change/set a password from the jury interface (for the very same user I just created) it tells me that the password requires at least 10 characters.

Your environment

DOMjudge wfluxor-online branch.

Expected behaviour

I'd expect the same password policy to be applied.