aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/auth/general.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/zurich/auth/general.html')
-rw-r--r--templates/web/zurich/auth/general.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/web/zurich/auth/general.html b/templates/web/zurich/auth/general.html
index 2b183b953..29fff2600 100644
--- a/templates/web/zurich/auth/general.html
+++ b/templates/web/zurich/auth/general.html
@@ -14,8 +14,6 @@
<label class="n" for="username">[% loc('Email') %]</label>
[% IF loc_username_error %]
<div class="form-error">[% loc_username_error %]</div>
- [% ELSIF sign_in_error %]
- <div class="form-error">[% loc('There was a problem with your login information. If you cannot remember your password, or do not have one, please fill in the &lsquo;No&rsquo; section of the form.') %]</div>
[% END %]
<input type="email" class="required email" id="username" name="username" value="[% username | html %]" autofocus>
@@ -25,11 +23,6 @@
<input class="green-btn" type="submit" name="sign_in_by_password" value="[% loc('Sign in') %]">
</div>
- <div class="form-txt-submit-box">
- <input type="checkbox" id="remember_me" name="remember_me" value='1'[% ' checked' IF remember_me %]>
- <label class="inline n" for="remember_me">[% loc('Keep me signed in on this computer') %]</label>
- </div>
-
</div>
</fieldset>
</form>