From a0a33f36d35e5ee1fff9cf42a90096690115e5bb Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 22 Nov 2013 03:55:06 +0100 Subject: [PATCH] add some hints to the login view. Fixes #89 --- .../accounts/templates/registration/registration_form.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nsupdate/accounts/templates/registration/registration_form.html b/nsupdate/accounts/templates/registration/registration_form.html index 2d2f21c..193647f 100644 --- a/nsupdate/accounts/templates/registration/registration_form.html +++ b/nsupdate/accounts/templates/registration/registration_form.html @@ -35,6 +35,12 @@

Register new account

+

+ Username: should be related to your person or organisation + (not: to the host(s) you want to register).
+ E-Mail address: must be a working one, we'll send you an activation E-Mail there.
+ Password: please use a sane one, we trust youf. +

{% csrf_token %} {{ form|bootstrap }}