Help: LDAP Authentication Display Account Template Variables

For more help, visit the WebGUI Community Wiki.

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.
displayTitle
Page title.
account.message
Any message returned by the system. Usually displays after the form is submitted.
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: LDAP Authentication Display Account Template Variables
*
Admin Console