[%|loc%]You requested an account creation on this list server.[%END%]
<p>[%|loc%]You requested an account creation on this list server.[%END%]</p>
[% ELSIF login_error == 'wrong_password' %]
<div>[%|loc%]Unable to continue: The username / password combination provided was incorrect.[%END%]</div>
[%# Perhaps currently not used. ~%]
<h2>
<i class="fa fa-user"></i> [%|loc%]Login[%END%]
</h2>
<p>[%|loc%]Unable to continue: The username / password combination provided was incorrect.[%END%]</p>
[% SET SAFE_TO_REVEAL_EMAIL = 0 %]
[% ELSIF login_error == 'password_reset' %]
[%|loc%]Too many wrong passwords were submitted for this account. Your account has been blocked in order to protect you against attacks. You must renew your password in order to login.[%END%]
<h2>
<i class="fa fa-user"></i> [%|loc%]Login[%END%]
</h2>
<p>[%|loc%]Too many wrong passwords were submitted for this account. Your account has been blocked in order to protect you against attacks. You must renew your password in order to login.[%END%]</p>
[% ELSIF login_error == 'missing_password' %]
[%|loc%]The password was incorrect. Please try again. Perhaps you have forgotten it?[%END%]
[%# Perhaps currently not used. ~%]
<p>[%|loc%]The password was incorrect. Please try again. Perhaps you have forgotten it?[%END%]</p>
[% ELSIF login_error == 'ticket_sent' %]
[%|loc%]You will receive an email that will allow you to choose your password.[%END%]
<p>[%|loc%]You will receive an email that will allow you to choose your password.[%END%]</p>
[% ELSE %]
[% IF requestpasswd_context == 'firstpasswd' %]
<p>[%|loc%]Please enter your email address to begin the registration process.[%END%]</p>