Manual:$wgChangeCredentialsBlacklist/ru

This page is a translated version of the page Manual:$wgChangeCredentialsBlacklist and the translation is 12% complete.
Аутентификация: $wgChangeCredentialsBlacklist
List of AuthenticationRequest class names which are not changeable through Special:ChangeCredentials and the changeauthenticationdata API.
Введено в версии:1.27.0 (Gerrit change 240052; git #3617c982)
Удалено в версии:всё ещё используется
Допустимые значения:(array)
Значение по умолчанию:
[
	\MediaWiki\Auth\TemporaryPasswordAuthenticationRequest::class,
]

Details

List of AuthenticationRequest class names which are not changeable through Special:ChangeCredentials and the changeauthenticationdata 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).

См. также