| Line 390... |
Line 390... |
| 390 |
<h2>Please Sign In</h2>
|
390 |
<h2>Please Sign In</h2>
|
| 391 |
<TABLE>
|
391 |
<TABLE>
|
| 392 |
$authenticated->{ERRMSG}
|
392 |
$authenticated->{ERRMSG}
|
| 393 |
authpage
|
393 |
authpage
|
| Line -... |
Line 394... |
| - |
|
394 |
|
| - |
|
395 |
print<<firsttimer unless $query->cookie ("PEEPS_MFA_UUID");
|
| - |
|
396 |
<TR><TD colspan=2>It looks like this might be your first visit to PEEPS.<br>
|
| - |
|
397 |
If you had a login to MemberSuite, use the<br>
|
| - |
|
398 |
<A HREF="recoverAccount">[recover your account]</A> link with either your <br>
|
| - |
|
399 |
registered email address or Member ID to find<br>
|
| - |
|
400 |
and link your account.</td></tr>
|
| - |
|
401 |
<TR><TD colspan=2> </td></tr>
|
| - |
|
402 |
firsttimer
|
| 394 |
|
403 |
|
| 395 |
if ($ENV{'QUERY_STRING'} eq "LOGOUT") {
|
404 |
if ($ENV{'QUERY_STRING'} eq "LOGOUT") {
|
| 396 |
print "<TR><TD colspan=2> </TD></TR>";
|
405 |
print "<TR><TD colspan=2> </TD></TR>";
|
| 397 |
print "<TR><TD colspan=2><button onClick=\"location.href='';\">Log In</button></TD></TR>";
|
406 |
print "<TR><TD colspan=2><button onClick=\"location.href='';\">Log In</button></TD></TR>";
|
| 398 |
print "</TABLE></BODY></HTML>";
|
407 |
print "</TABLE></BODY></HTML>";
|
| Line 426... |
Line 435... |
| 426 |
|
435 |
|
| Line 427... |
Line 436... |
| 427 |
} else {
|
436 |
} else {
|
| 428 |
|
437 |
|
| 429 |
print<<authpage2;
|
438 |
print<<authpage2;
|
| 430 |
<TR>
|
439 |
<TR>
|
| 431 |
<TD align=right><B>Username:</TD><TD><INPUT type=text id=login name=userid></TD>
|
440 |
<TD style="text-align: right;"><B>Username:</TD><TD><INPUT type=text id=login name=userid></TD>
|
| 432 |
</TR>
|
441 |
</TR>
|
| 433 |
<TR>
|
442 |
<TR>
|
| 434 |
<TD align=right><B>Password:</TD><TD><INPUT type=password name=pass></TD>
|
443 |
<TD style="text-align: right;"><B>Password:</TD><TD><INPUT type=password name=pass></TD>
|
| 435 |
</TR>
|
444 |
</TR>
|
| 436 |
<TR><TD></TD><TD><input type=hidden name=activate id=activate value=$FORM{'activate'}><input type=hidden name=authenticate id=authenticate value=$FORM{'authenticate'}><INPUT type=submit name=login value=Submit></TD></TR>
|
445 |
<TR><TD></TD><TD style="text-align: right;"><input type=hidden name=activate id=activate value=$FORM{'activate'}><input type=hidden name=authenticate id=authenticate value=$FORM{'authenticate'}><INPUT type=submit name=login value=Submit></TD></TR>
|
| 437 |
<TR><TD colspan=2> </TD></TR>
|
446 |
<TR><TD colspan=2> </TD></TR>
|
| 438 |
<TR><TD colspan=2 align=center><A HREF="view_user?submit=New%20User">[register as a new user]</A></TD></TR>
|
447 |
<TR><TD colspan=2 align=center><A HREF="view_user?submit=New%20User">[register as a new user]</A></TD></TR>
|
| 439 |
<TR><TD colspan=2 align=center><A HREF="recoverAccount">[recover your account]</A></TD></TR>
|
448 |
<TR><TD colspan=2 align=center><A HREF="recoverAccount">[recover your account]</A></TD></TR>
|