gesinn-it-pub / EditAccount

https://github.com/wikimedia/mediawiki-extensions-EditAccount
GNU General Public License v2.0
0 stars 0 forks source link

Respect password policy set by MediaWiki #4

Open gesinn-it-gea opened 9 months ago

gesinn-it-gea commented 9 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.

gesinn-it-gea commented 4 months ago

We should lookup how to implement this from "Change Password" workflow of "Special:Preferences"