wiki.techinc.nl/includes/password
sbassett b86c6751d0 Password policy to check if a password is a substring of a username
Similar to checkPasswordCannotMatchUsername, MediaWiki should ensure
that users are unable to accidentally create or edit their username
to include their password as a substring of said username.

Bug: T241845
Change-Id: I437e91a5b83a792c5ad31e291915491bbb382dfa
2020-01-13 23:09:13 +00:00
..
Argon2Password.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
BcryptPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
commonpasswords.cdb password: Move commonpasswords.cdb to includes/password/ 2018-08-01 22:40:30 +00:00
EncryptedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
InvalidPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
LayeredParameterizedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
MWOldPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
MWSaltedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
ParameterizedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
Password.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
PasswordError.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
PasswordFactory.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
PasswordPolicyChecks.php Password policy to check if a password is a substring of a username 2020-01-13 23:09:13 +00:00
Pbkdf2Password.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
UserPasswordPolicy.php Make use of existing array value variables in foreach loops 2019-12-29 12:04:29 +00:00