aboutsummaryrefslogtreecommitdiffstats
path: root/includes/password/UserPasswordPolicy.php
Commit message (Expand)AuthorAgeFilesLines
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-2/+1
* Namespace includes/passwordReedy2024-05-181-2/+10
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Replace internal Hooks::runnerUmherirrender2023-05-111-5/+5
* Make some generic array type hints in PHPDocs more specificThiemo Kreuz2021-12-081-9/+9
* Remove User from password policy check interfacesPetr Pchelko2021-06-111-11/+22
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Make use of existing array value variables in foreach loopsThiemo Kreuz2019-12-291-1/+1
* Add password policy setting `suggestChangeOnLogin`Dayllan Maza2019-03-091-4/+20
* Fix grammar in UserPasswordPolicy documentationThalia2019-02-201-4/+4
* Add force option to password policyGergő Tisza2019-01-021-13/+40
* Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errorsKunal Mehta2018-05-191-2/+2
* Remove $purpose parameter from password validity checkBrad Jorsch2016-12-011-14/+9
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Improve error message if check not defined for a password policy.Reedy2015-11-161-2/+9
* Add "purpose" to password validity checkcsteipp2015-07-141-9/+14
* Check install user's password as sysop/bureaucratcsteipp2015-06-291-5/+36
* Password validity by policy per groupcsteipp2015-06-101-0/+158