Manual:$wgRemoveCredentialsBlacklist
Appearance
| Autenticación: $wgRemoveCredentialsBlacklist | |
|---|---|
| List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata API. |
|
| Introducido en la versión: | 1.27.0 (Gerrit change 240052; git #3617c982) |
| Eliminado en la versión: | aún se usa |
| Valores permitidos: | (matriz) |
| Valor predeterminado: | see below |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata 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
| Versión de MediaWiki: | ≥ 1.43 |
[
PasswordAuthenticationRequest::class,
]
| Versiones de MediaWiki: | 1.27 – 1.42 |
[
\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]