Skip to content

Commit

Permalink
Login help form, clarified.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Feb 22, 2016
1 parent ab8b9f6 commit 575aea9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/manage/tpl/login.html
Expand Up @@ -13,16 +13,17 @@
[% END %]

<p>
Continue to <a href="[% login_url | html %]">login</a>.
Note that the login system changed in January 2016.
</p>

<p>
Note that the login system changed in January 2016.
<strong><a href="[% login_url | html %]">Continue to login</a></strong>.
</p>

<p>
Create a new account with the same email address you used previously
to reset your password if the system says your account doesn't exist.
If the system says your account doesn't exist then create a new
account with the same email address you used previously to reset your
password.
</p>

<p>
Expand All @@ -40,7 +41,7 @@

<br>
<input type="text" name="_gotcha" value="" style="display:none" />
<input type="submit" value="Send">
<input type="submit" value="Request help">
<input type="hidden" name="_next" value="[% callback_url %]">
</form>

Expand Down

0 comments on commit 575aea9

Please sign in to comment.