Jump to content

Manual:$wgRemoveCredentialsBlacklist/ru

From mediawiki.org
This page is a translated version of the page Manual:$wgRemoveCredentialsBlacklist and the translation is 10% complete.
Аутентификация: $wgRemoveCredentialsBlacklist
List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata API.
Введено в версии:1.27.0 (Gerrit change 240052; git #3617c982)
Удалено в версии:всё ещё используется
Допустимые значения:(array)
Значение по умолчанию: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:
1.43
[
	PasswordAuthenticationRequest::class,
]
Версии MediaWiki:
1.27 – 1.42
[
	\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]

См. также