Open gesinn-it-gea opened 11 months ago
At the moment, EditAccount ignores any password constraints such as password length or other requirements. See https://www.mediawiki.org/wiki/Manual:$wgPasswordPolicy.
In case the password policy requirements are not met, EditAccount should show a warning and reject the change.
We should lookup how to implement this from "Change Password" workflow of "Special:Preferences"
At the moment, EditAccount ignores any password constraints such as password length or other requirements. See https://www.mediawiki.org/wiki/Manual:$wgPasswordPolicy.
In case the password policy requirements are not met, EditAccount should show a warning and reject the change.