Manual:$wgAllowSecuritySensitiveOperationIfCannotReauthenticate/ru

Category:MediaWiki configuration settings/ru#AllowSecuritySensitiveOperationIfCannotReauthenticateCategory:MediaWiki configuration settings introduced in version 1.27.0/ru#AllowSecuritySensitiveOperationIfCannotReauthenticateCategory:MediaWiki configuration settings still in use/ru#AllowSecuritySensitiveOperationIfCannotReauthenticateCategory:Authentication variables/ru#AllowSecuritySensitiveOperationIfCannotReauthenticate
Аутентификация: $wgAllowSecuritySensitiveOperationIfCannotReauthenticate
Whether to allow security-sensitive operations when reauthentication is not possible
Введено в версии:1.27.0 (Gerrit change 195297; git #d245bd25)
Удалено в версии:всё ещё используется
Допустимые значения:(associative array of operation => true or false. A default key must always be provided.)
Значение по умолчанию:[ 'default' => true, ]

Normally when the user attempts a security-sensitive operation (such as a password or email address change) and the last login was more than $wgReauthenticateTime seconds ago, MediaWiki sends them through the login page again. When the user is authenticating via an immutable session (such as OAuth; more generally, those provided by a SessionProvider which returns false for canChangeUser()), login is not possible. This configuration setting decides whether the user is allowed to perform the operation in such a case.

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