Ask people to use their account profile management form to add email addresses, instead of creating new accounts, on the create-account form.

- Legacy-Id: 5550
This commit is contained in:
Henrik Levkowetz 2013-03-11 13:51:34 +00:00
parent d6b011b0e1
commit 6820b499fd

View file

@ -49,7 +49,22 @@
</blockquote>
{% else %}
<form action="" method="POST">
<p>
If you already have an account, and want to use a new email address,<br/>
please go to your <a href="{% url ietf.ietfauth.views.profile %}">account profile page</a> and
add the new email<br/>
address there.
</p>
<p style="width: 35em">
If you already have an account, but forgot your password,<br/> <a href="{% url password_reset %}">please use the password reset form.</a>
</p>
<hr style="width:35em; " align="left" />
<p>Please enter your email address in order to create a new account.</p>
<table class="register-form">
{{ form }}
</table>
@ -58,9 +73,7 @@
<input type="submit" value="Submit" />
</div>
</form>
<p class="reset_password_description">
I'm already registered but I forgot my password. <a href="{% url password_reset %}">Please, help me reset my password.</a>
</p>
{% endif %}
</div>
{% endblock %}