diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 18:25:43 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 18:25:43 -0500 |
commit | 006b557637ef31a841c8f3be7079def46bf91b11 (patch) | |
tree | da66225e7f1e049746d505e26f5e4a4db8e922b2 /theme | |
parent | 13f667118d905bb6c3bf1414b6596f3a451185ba (diff) | |
download | fourisland-006b557637ef31a841c8f3be7079def46bf91b11.tar.gz fourisland-006b557637ef31a841c8f3be7079def46bf91b11.tar.bz2 fourisland-006b557637ef31a841c8f3be7079def46bf91b11.zip |
Removed reCaptcha from Login page
Really, there is no reason to have a CAPTCHA on a Login page. reCaptcha can be re-added to Four Island when a registration page is created.
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> |