Handbuch:$wgRemoveCredentialsBlacklist

This page is a translated version of the page Manual:$wgRemoveCredentialsBlacklist and the translation is 50% complete.
Authentifizierung: $wgRemoveCredentialsBlacklist
List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata API.
Eingeführt in Version:1.27.0 (Gerrit change 240052; git #3617c982)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Array)
Standardwert:
[
	\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]

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

Siehe auch