From f59981616fd424b84e0cc5fc51201cd9c8731616 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 8 Nov 2013 05:19:43 +0100 Subject: [PATCH] offer test account --- .../registration/registration_form.html | 33 +++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/nsupdate/accounts/templates/registration/registration_form.html b/nsupdate/accounts/templates/registration/registration_form.html index 04e39d2..2d2f21c 100644 --- a/nsupdate/accounts/templates/registration/registration_form.html +++ b/nsupdate/accounts/templates/registration/registration_form.html @@ -4,8 +4,37 @@ {% block title %}{% trans "Register for an account" %}{% endblock %} {% block content %}
-
-

Register new account

+
+

No registration required for testing

+

+ You can easily test the service and see what you get. +

+

+ Just directly log in as: +

+
    +
  • username: test
  • +
  • password: test
  • +
+

+ Note: if that doesn't work, the service administrator did not set up + the test account yet or discontinued offering it. In that case, you can + still just register a new account. +

+

test account is only for testing

+

+ Any data (hosts, domains, ...) entered using the test account might be removed + at any time and without prior notice. +

+

+ So if you'ld like your stuff to stay, please register for a regular account after + finishing your initial evaluation. +

+
+
+
+
+

Register new account

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