| This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.26.0. Please see $wgPasswordPolicy's MinimalPasswordLength for an alternative way to use this feature. |
| User accounts, authentication: $wgMinimalPasswordLength | |
|---|---|
| Specifies the minimal length of a user password. |
|
| Introduced in version: | 1.5.0 (r7317) |
| Deprecated in version: | 1.26.0 (Gerrit change 206156; git #1a20dc) |
| Removed in version: | still in use |
| Allowed values: | (nonnegative integer) |
| Default value: | 8 (1.40+)
0 (1.5-1.15) |
| Other settings: Alphabetical | By function | |
Details
Specifies the minimal length of a user password.
If you change this value, users with a password shorter than your new $wgMinimalPasswordLength, have to change their password the next time they log in.
If set to 0, empty passwords are allowed.
Since 1.26 deprecated in favor of $wgPasswordPolicy.
See also
- $wgMaximalPasswordLength
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.