Handbuch:$wgChangeCredentialsBlacklist
Appearance
Authentifizierung: $wgChangeCredentialsBlacklist | |
---|---|
List of AuthenticationRequest class names which are not changeable through Special:ChangeCredentials and the changeauthenticationdata API. |
|
Eingeführt in Version: | 1.27.0 (Gerrit change 240052; git #3617c982) |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Array) |
Standardwert: | see below |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
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).
Default value
MediaWiki Version: | ≥ 1.43 |
$wgChangeCredentialsBlacklist = [
TemporaryPasswordAuthenticationRequest::class,
]
MediaWiki Versions: | 1.27 – 1.42 |
$wgChangeCredentialsBlacklist = [
\MediaWiki\Auth\TemporaryPasswordAuthenticationRequest::class,
]