Manual:$wgRemoveCredentialsBlacklist/pl

From Linux Web Expert

Revision as of 05:20, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Authentication</translate>: $wgRemoveCredentialsBlacklist
List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata API.
<translate> Introduced in version:</translate>1.27.0 (Gerrit change 240052; git #3617c982)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate>
[
	\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]

Szczegóły

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

Zobacz też