diff --git a/templates/base.html b/templates/base.html index 404a5ef..6434d1d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@ Handbook | {% if user.username %}User:{{ user.username }} {% if user.person %}({{ user.person }}){% endif %} - | Log out {% else %} Register Log in {% endif %} + | Log out {% else %} Register | Log in {% endif %} {% endblock%} diff --git a/templates/login/register.html b/templates/login/register.html index d62861f..07161a0 100644 --- a/templates/login/register.html +++ b/templates/login/register.html @@ -64,7 +64,8 @@ right now.

Students !

Please do not use an email address which will expire when you leave your current institution. -This will happen much sooner than you realise. +This will happen much sooner than you realise. If you realise that you have done this on the email list, +you can change it at the bottom of this page.

Security note

We never store passwords at all, we only store a cryptographic hash.