X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fauth%2FRememberMeAuthenticationRequest.php;h=06060b16f90e6d7ee0eae1008c986c7b0e7f43b9;hb=cf3bdd40a3fd22045703c1e188115fc87386fa65;hp=d487e31092f8acacd7527b9f7fb2b0c987783c26;hpb=5fd224c00b940f75c1f83e56b99961be94bde70a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/auth/RememberMeAuthenticationRequest.php b/includes/auth/RememberMeAuthenticationRequest.php index d487e31092..06060b16f9 100644 --- a/includes/auth/RememberMeAuthenticationRequest.php +++ b/includes/auth/RememberMeAuthenticationRequest.php @@ -58,6 +58,7 @@ class RememberMeAuthenticationRequest extends AuthenticationRequest { 'label' => wfMessage( 'userlogin-remembermypassword' )->numParams( $expirationDays ), 'help' => wfMessage( 'authmanager-userlogin-remembermypassword-help' ), 'optional' => true, + 'skippable' => true, ] ]; }