Skip to content

Commit 6820b49

Browse files
committed
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
1 parent d6b011b commit 6820b49

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

ietf/templates/registration/create.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,22 @@ <h1>Account Creation</h1>
4949
</blockquote>
5050
{% else %}
5151
<form action="" method="POST">
52+
<p>
53+
If you already have an account, and want to use a new email address,<br/>
54+
please go to your <a href="{% url ietf.ietfauth.views.profile %}">account profile page</a> and
55+
add the new email<br/>
56+
address there.
57+
</p>
58+
59+
<p style="width: 35em">
60+
If you already have an account, but forgot your password,<br/> <a href="{% url password_reset %}">please use the password reset form.</a>
61+
</p>
62+
63+
64+
<hr style="width:35em; " align="left" />
65+
5266
<p>Please enter your email address in order to create a new account.</p>
67+
5368
<table class="register-form">
5469
{{ form }}
5570
</table>
@@ -58,9 +73,7 @@ <h1>Account Creation</h1>
5873
<input type="submit" value="Submit" />
5974
</div>
6075
</form>
61-
<p class="reset_password_description">
62-
I'm already registered but I forgot my password. <a href="{% url password_reset %}">Please, help me reset my password.</a>
63-
</p>
76+
6477
{% endif %}
6578
</div>
6679
{% endblock %}

0 commit comments

Comments
 (0)