[% IF forgotten; title = loc('Forgot password'); ELSIF expired_password; title = loc('Password expired'); ELSE; title = loc('Create an account'); END; INCLUDE 'header.html', bodyclass='authpage' %]
[% IF c.config.SMS_AUTHENTICATION %] [% loc('Sign in by email or text, providing a new password. When you click the link in your email or enter the SMS authentication code, your password will be updated.') %]
[% ELSE %] [% loc('Sign in by email instead, providing a new password. When you click the link in your email, your password will be updated.') %] [% END %] [% ELSIF expired_password %][% loc('Your password has expired, please create a new one below. When you click the link in your email, your password will be updated.') %]
[% END %] [% INCLUDE 'footer.html' %]