Manual:$wgRemoveCredentialsBlacklist

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:
[
	\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]

Details edit

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).

See also edit