csrfKey"}"> {{$usernamePasswordMethods = $login->usernamePasswordMethods();}} {{$buttonMethods = $login->buttonMethods();}} {{if $blurb}}

{lang="$blurb"}

{{endif}} {{if $error}}
{lang="$error"}
{{endif}} {{if $usernamePasswordMethods and $buttonMethods}}

{{if $blurb}} {lang="reauthenticate_password_blurb2"} {{else}} {lang="reauthenticate_password_blurb"} {{endif}}

  • password )}}value="{request="password"}"{{endif}} autocomplete="current-password">
{{if settings.allow_forgot_password != 'disabled'}}

{{if settings.allow_forgot_password == 'redirect'}} {{else}} {{endif}} {lang="forgotten_password"}

{{endif}}

{lang='reauthenticate_alt_blurb'}

{{foreach $buttonMethods as $method}}
{$method->button()|raw}
{{endforeach}}
{{elseif $usernamePasswordMethods}}

{{if $blurb}} {lang="reauthenticate_password_blurb2"} {{else}} {lang="reauthenticate_password_blurb"} {{endif}}

{{elseif $buttonMethods}} {{if !$blurb}}

{lang="reauthenticate_button_blurb"}

{{endif}}
{{foreach $buttonMethods as $method}}
{$method->button()|raw}
{{endforeach}}
{{endif}}