Manual:$wgRemoveCredentialsBlacklist/ja

Category:MediaWiki configuration settings/ja#RemoveCredentialsBlacklistCategory:MediaWiki configuration settings introduced in version 1.27.0/ja#RemoveCredentialsBlacklistCategory:MediaWiki configuration settings still in use/ja#RemoveCredentialsBlacklistCategory:Authentication variables/ja#RemoveCredentialsBlacklist
認証: $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)
除去されたバージョン:使用中
許容される値:(配列)
既定値:see below

詳細

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

既定値

MediaWiki バージョン:
1.43
[
	PasswordAuthenticationRequest::class,
]
MediaWiki バージョン:
1.27 1.42
[
	\MediaWiki\Auth\PasswordAuthenticationRequest::class,
]

関連項目

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