]> andersk Git - sql-web.git/blame - tpl/signup.php
signup fix for new redirect
[sql-web.git] / tpl / signup.php
CommitLineData
dc478ec8
JP
1<?php
2include 'head.php';
3
4$thisTxt = isSSL()?' with this Certificate':' via SQL';
5?>
6
7<h2>Signup</h2>
8
9<?php printErrors($err); ?>
10
1389493c 11<?php if ($LoginSSL->canSignup()): ?>
377015e0
JP
12<h3>You are registering as: <?=$LoginSSL->getUsername()?></h3>
13<p><?=$LoginSSL->getName()?></p>
14<p><?=$LoginSSL->getEmail()?></p>
dc478ec8 15
fe82feb5
JP
16Your MySQL password should be different from your Athena account password.
17
dc478ec8 18<form method=post>
377015e0 19<p><span style="width: 150px;"><label for="p1">password:</label></span> <input type="password" name="p1"></p>
fe82feb5 20<p><span style="width: 150px;"><label for="p2">repeat password:</label></span> <input type="password" name="p2"></p>
dc478ec8
JP
21<input type=submit value="Confirm Registration">
22</form>
23
1389493c 24<?php elseif ($LoginSSL->canLogin()): ?>
dc478ec8 25
fe82feb5 26<h3>This account is already signed up.</h3>
dc478ec8
JP
27
28<?php else: ?>
29
dc478ec8
JP
30<?php endif; ?>
31
32<?php
33include 'foot.php';
34?>
This page took 0.076721 seconds and 5 git commands to generate.