You may choose to skip over this portion, it is provided as a reference. The easiest way to customize the templates is to simply locate the screen you wish to modify, view the information displayed at the bottom and use that as a guide.
Each template is displayed on the page it appears. However, if you have modified your shell.php, this information may not be visible to you. Simply renaming the copy you made at ~/geniegate/lib/GenieGate/views/users/shell.php to a temporary value should re-enable this information.
GenieGate/views/users/account-confirmed.php
Shown after the account has been confirmed.
GenieGate/views/users/change-password.php
Show the screen for changing a password.
GenieGate/views/users/check-email.php
Show the message explaining further instructions have been sent.
GenieGate/views/users/error-confirm.php
Shown when there is an error during the confirm stage.
This is expected to be fairly common, provide a form for them to manually key in their userID and confirmation code.
GenieGate/views/users/error-general.php
Show an error.
GenieGate/views/users/error-signup.php
Shown when there is a problem with the new user signup form.
GenieGate/views/users/logged-out.php
Page is shown after logging out.
GenieGate/views/users/main.php
This is the main menu for the persons account.
GenieGate/views/users/new-user.php
New user page.
GenieGate/views/users/password-changed.php
This is shown after a user changes their password.
GenieGate/views/users/sent-password.php
User password has been emailed to them.
GenieGate/views/users/set-properties.php
This view is shown after a user sets properties.
GenieGate/views/users/shell.php
Shell wrapper for the interface, this is a handy place to put HTML that appears globally. (headers, footers, etc)
See the beginning of this section for an explanation of how to use it.
GenieGate/views/users/show-email-password.php
I forgot my password form.
GenieGate/views/users/show-properties.php
Very generic "properties" menu, shows all the users properties and provides a form for them to edit them.
GenieGate/views/users/stylesheet.php
This is the stylesheet included in shell.php
GenieGate/views/users/user-signup.php
This shows the user signup form.
GenieGate/views/users/remind-confno.php
Displays form for sending confirmation code reminder.
GenieGate/views/users/check-email-remind.php
Screen shown after confirmation code had been sent.