Manual:$wgChangeCredentialsBlacklist

This page is a translated version of the page Manual:$wgChangeCredentialsBlacklist and the translation is 62% complete.
認証: $wgChangeCredentialsBlacklist
Special:ChangeCredentials および changeauthenticationdata API を介して変更できない AuthenticationRequest クラス名のリスト。
導入されたバージョン:1.27.0 (Gerrit change 240052; git #3617c982)
除去されたバージョン:使用中
許容される値:(配列)
既定値:
[
	\MediaWiki\Auth\TemporaryPasswordAuthenticationRequest::class,
]

詳細

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

関連項目