login.tpl
The login.tpl template is the page shown to a visitor who has not logged in yet.
Variables
<!--forgot_password-->
Creates a link to the page to allow a user to reset their password.
<!--loginbutton-->
The submit button for the login form.
<!--loginerrormessage-->
Displays an error message on the login screen (ex: 'Passcode incorrect'). If there is not an error this will be blank. You can style this using the CSS class pb_errormessage.
<!--loginform-->
The complete login form to allow the visitor to login using a username / password pair. If you use this variable you do not need the other loginform variables.
<!--loginformclose-->
The code to close the login form. This must be entered after the form variables.
<!--loginformopen-->
The code to open the login form. This needs to be entered before any of the other form variables.
<!--loginpassword-->
The password field.
<!--loginusername-->
The username field.
<!--new_user-->
Creates a link to allow a new user to register.
<!--passcodeform-->
A text field and submit button for the visitor to log in using a passcode.
<!--setfocuspasscode-->
Inserts JavaScript code to set focus on the passcode field.




