Handbuch:$wgRememberMe
Authentifizierung: $wgRememberMe | |
---|---|
Configures RememberMe authentication request added by AuthManager. |
|
Eingeführt in Version: | 1.36.0 (Gerrit change 665805; git #0b17d02d) |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | One of the RememberMeAuthenticationRequest constants |
Standardwert: | 'choose' |
Andere Einstellungen: Alphabetisch | Nach Funktion |
This configuration parameter allows to show a "remember me" checkbox on the login form (special page "Login") that, when checked, will cause it to take more time for the authenticated session to expire. It can also be configured to always or to never extend the authentication session.
Details
Valid values are constants of the RememberMeAuthenticationRequest class:
'choose'
- The user may be able to choose whether to be remembered or not (depends upon whether login form is skipped)'force-choose'
- The user will be able to choose whether to be remembered or not (forces login form not to be skipped)'always'
- The authenticated session will always be extended'never'
- The authenticated session will never be extended