Manual:$wgRemoveCredentialsBlacklist/pl

Category:MediaWiki configuration settings/pl#RemoveCredentialsBlacklistCategory:MediaWiki configuration settings introduced in version 1.27.0/pl#RemoveCredentialsBlacklistCategory:MediaWiki configuration settings still in use/pl#RemoveCredentialsBlacklistCategory:Authentication variables/pl#RemoveCredentialsBlacklist
Identyfikacja: $wgRemoveCredentialsBlacklist
List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata API.
Wprowadzono w wersji:1.27.0 (Gerrit change 240052; git #3617c982)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(array)
Domyślna wartość:see below

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

Default value

Wersja MediaWiki:
1.43
[
	PasswordAuthenticationRequest::class,
]
Wersje MediaWiki:
1.27 1.42
[
	\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]

Zobacz też

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