summaryrefslogtreecommitdiffstats
path: root/templates/main/deploy.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-06-03 14:26:22 +0200
committerSimon Rettberg2015-06-03 14:26:22 +0200
commit5136f6622e7ca87695c158a31cb8e78299f1967a (patch)
tree554c58c63fdbf58401fcf4e49ac9685e1eff9634 /templates/main/deploy.html
parentAdd AddUser mask for creating test accounts (diff)
downloadbwlp-webadmin-5136f6622e7ca87695c158a31cb8e78299f1967a.tar.gz
bwlp-webadmin-5136f6622e7ca87695c158a31cb8e78299f1967a.tar.xz
bwlp-webadmin-5136f6622e7ca87695c158a31cb8e78299f1967a.zip
Allow registration, add support for creating test accounts, rename satellite to organization
Diffstat (limited to 'templates/main/deploy.html')
-rw-r--r--templates/main/deploy.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/main/deploy.html b/templates/main/deploy.html
index f8f20c2..d9e3ed2 100644
--- a/templates/main/deploy.html
+++ b/templates/main/deploy.html
@@ -59,6 +59,21 @@
<span class="form-control">{{email}}</span>
</div>
</div>
+
+ {{#testacc}}
+ <p>
+ Haben Sie bisher einen lokalen Account (Test-Account) benutzt? Falls ja können Sie diesen
+ jetzt mit Ihrem bwIDM-Account zusammenführen, um Ihre bisherigen Veranstaltungen und Virtuelle
+ Maschinen zu übernehmen. Ansonsten lassen Sie das Feld leer.
+ </p>
+
+ <div class="input-group">
+ <span class="input-group-addon">
+ Test-Login
+ </span>
+ <input class="form-control" name="testlogin" type="text" value="{{testlogin}}" placeholder="login@einrichtung.de">
+ </div>
+ {{/testacc}}
<div class="pull-right">
<button type="submit" class="btn btn-primary">Registrieren</button>