Manual:$wgMinimalPasswordLength/de-formal

From Linux Web Expert

Revision as of 07:46, 13 February 2024 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> User accounts, authentication</translate>: $wgMinimalPasswordLength
Specifies the minimal length of a user password.
<translate> Introduced in version:</translate>1.5.0 (r7317)
<translate> Deprecated in version:</translate>1.26.0 (Gerrit change 206156; git #1a20dc)
<translate> Removed in version:</translate>1.42.0 (Gerrit change 995047; git #2d66025f)
<translate> Allowed values:</translate>(nonnegative integer)
<translate> Default value:</translate>8 (1.40+)

1 (1.16-1.39)

0 (1.5-1.15)

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