Manual:$wgRemoveCredentialsBlacklist

Category:MediaWiki configuration settings#RemoveCredentialsBlacklistCategory:MediaWiki configuration settings introduced in version 1.27.0#RemoveCredentialsBlacklistCategory:MediaWiki configuration settings still in use#RemoveCredentialsBlacklistCategory:Authentication variables#RemoveCredentialsBlacklist
Authentication: $wgRemoveCredentialsBlacklist
List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata API.
Introduced in version:1.27.0 (Gerrit change 240052; git #3617c982)
Removed in version:Still in use
Allowed values:(array)
Default value:see below

Details

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

MediaWiki version:
1.43
[
	PasswordAuthenticationRequest::class,
]
MediaWiki versions:
1.27 1.42
[
	\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]

See also

Category:Authentication variables Category:MediaWiki configuration settings Category:MediaWiki configuration settings introduced in version 1.27.0 Category:MediaWiki configuration settings still in use