diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/login.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/theme/login.tpl b/theme/login.tpl index f175f59..7f83045 100755 --- a/theme/login.tpl +++ b/theme/login.tpl | |||
@@ -9,10 +9,9 @@ To post feedback on this site, and also to post on the forums, you must be a mem | |||
9 | Sadly, currently membership is invitation-only. But hopefully that will change in the near future.<BR> | 9 | Sadly, currently membership is invitation-only. But hopefully that will change in the near future.<BR> |
10 | HOWEVER, you may request membership by email hatkirby@fourisland.com (link on the right).<BR> | 10 | HOWEVER, you may request membership by email hatkirby@fourisland.com (link on the right).<BR> |
11 | A NOTICE TO ALL MEMBERS! Do NOT share your password with anyone! If you misplace your password send an email to hatkirby@fourisland.com (link on the right).<P> | 11 | A NOTICE TO ALL MEMBERS! Do NOT share your password with anyone! If you misplace your password send an email to hatkirby@fourisland.com (link on the right).<P> |
12 | <FORM ACTION="login.php?submit=" METHOD="POST"> | 12 | <FORM ACTION="login.php?submit=" METHOD="POST"> |
13 | <LABEL FOR="username">Username:</LABEL><INPUT TYPE="text" NAME="username" ID="username"><BR> | 13 | <LABEL FOR="username">Username:</LABEL><INPUT TYPE="text" NAME="username" ID="username"><BR> |
14 | <LABEL FOR="password">Password:</LABEL><INPUT TYPE="password" NAME="password" ID="password"><BR> | 14 | <LABEL FOR="password">Password:</LABEL><INPUT TYPE="password" NAME="password" ID="password"><BR> |
15 | <!--RECAPTCHA--> | 15 | <INPUT TYPE="hidden" NAME="redirect" VALUE="<!--REDIRECT-->"> |
16 | <INPUT TYPE="hidden" NAME="redirect" VALUE="<!--REDIRECT-->"> | ||
17 | <INPUT TYPE="submit"> | 16 | <INPUT TYPE="submit"> |
18 | </FORM></CENTER> | 17 | </FORM></CENTER> |