Manuel:$wgChangeCredentialsBlacklist
Authentification: $wgChangeCredentialsBlacklist | |
---|---|
List of AuthenticationRequest class names which are not changeable through Special:ChangeCredentials and the changeauthenticationdata API. |
|
Introduit dans la version : | 1.27.0 (Gerrit change 240052; git #3617c982) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | (tableau) |
Valeur par défaut : | [
\MediaWiki\Auth\TemporaryPasswordAuthenticationRequest::class,
]
|
Autres paramètres : Alphabétique | Par Fonction |
Détails
List of AuthenticationRequest class names which are not changeable through Special:ChangeCredentials and the changeauthenticationdata API. This is only enforced on the client level; AuthManager itself (e.g. AuthManager::allowsAuthenticationDataChange calls) is not affected. Class names are checked for exact match (not for subclasses).