Help: WebGUI Authentication Display Account Template

For more help, visit the WebGUI Community Wiki.

account.message
Any message returned by the system. Usually displays after the form is submitted.
account.noform
Indicates whether or not the display account form has any visible fields.
account.form.username
Default username form field.
account.form.username.label
Default text for username form field.
account.form.password
Default password form field.
account.form.password.label
Default text for password form field.
account.form.passwordConfirm
Default password confirm form field.
account.form.passwordConfirm.label
Default text for password confirm form field.
account.nofields
Default display in the case that there are no form elements to display.
account.form.header
The required form elements that go at the top of the display account page.
account.form.submit
The default submit button for the display account form.
account.form.footer
The required form elements that go after the display account page form.
account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default
account.form.karma.label
Internationalized text label for the karma form value.
account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.
webgui.version
The version of WebGUI on your site.
webgui.status
The release status for this version of WebGUI (stable, beta, gamma, etc.)
session.user.username
The current user's username.
session.user.firstDayOfWeek
From the current user's profile, the day they selected to be the first day of the week.
session.config.extrasurl
From the WebGUI config, the URL for the extras directory.
session.var.adminOn
This variable will be true if the user is in Admin mode.
session.setting.companyName
From the WebGUI settings, the company name.
session.setting.anonymousRegistration
From the WebGUI settings, whether or not anonymous registration has been enabled.
session form variables
Session Form Variables
Any form variables will be available in the template with this syntax:
<tmpl_var session.form.variable>
If there is more than 1 value in a form variable, only the last will be returned.
session scratch variables
Session Scratch Variables
Any scratch variables will be available in the template with this syntax:
<tmpl_var session.scratch.variable>
 
 
Admin Console
Help: WebGUI Authentication Display Account Template
*
Admin Console