]>
Commit | Line | Data |
---|---|---|
6b7defc1 | 1 | <div class="well"> |
1e48c1fc | 2 | <form action="/action/register" method="POST" class="jsform"> |
cfb37988 | 3 | <div class="input-group"> |
31977daa | 4 | <div class="rules"><a href="https://www.facebook.com/notes/mindcoding/regulament-mindcoding/431673106962286">Rules</a> </div> |
7036a6b4 | 5 | |
a037f9d6 | 6 | <h1>Register</h1> |
f64912a1 | 7 | <input type="text" class="form-control" placeholder="Username" name="username" required> |
cfb37988 S |
8 | <input type="password" class="form-control" name="password" placeholder="Password" required> |
9 | <input type="password" class="form-control" name="confirm_password" placeholder="Password" required> | |
10 | <input type="text" class="form-control" placeholder="Full name" name="name" required> | |
11 | <input type="email" class="form-control" placeholder="Email" name="email" required> | |
12 | <input type="tel" class="form-control" placeholder="Phone" name="phone" required> | |
13 | <input type="text" class="form-control" placeholder="Town" name="town" required> | |
14 | <input type="text" class="form-control" placeholder="Institution" name="university" required> | |
a037f9d6 | 15 | <select name="level"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select> |
1e48c1fc | 16 | |
a037f9d6 | 17 | <input type="submit" class="btn btn-default" value="Submit"> |
cfb37988 S |
18 | </div> |
19 | </form> | |
1e48c1fc | 20 | |
cfb37988 S |
21 | <form action="/action/passwd" method="POST" class="jsform"> |
22 | <div class="input-group"> | |
e1ac787f | 23 | |
cfb37988 S |
24 | <h1>Change password</h1> |
25 | <input type="password" name="password" class="form-control" placeholder="Old Password" required> | |
26 | <input type="password" placeholder="New password" name="new_password" class="form-control" required> | |
27 | <input type="password" name="confirm new password" class="form-control" placeholder="Confirm new password" required> | |
863fc53a | 28 | <br> |
a037f9d6 | 29 | <input type="submit" class="btn btn-default" value="Change password"> |
cfb37988 | 30 | </div> |
1e48c1fc | 31 | </form> |
a037f9d6 MG |
32 | |
33 | </div> |