all Auth* template docs broken into variable entries

This commit is contained in:
Colin Kuskie 2006-06-02 04:02:27 +00:00
parent c0dd288dfc
commit 65a79bfb41
4 changed files with 852 additions and 459 deletions

View file

@ -73,9 +73,27 @@ our $HELP = {
],
related => [ ],
},
'ldap authentication display account template' => {
title => 'display account template title',
body => 'display account template body',
variables => [
{
'name' => 'account.form.karma'
},
{
'name' => 'account.form.karma.label'
},
{
'name' => 'account.options'
},
{
'name' => 'displayTitle'
},
{
'name' => 'account.message'
}
],
fields => [
],
related => [
@ -93,9 +111,51 @@ our $HELP = {
},
]
},
'ldap authentication login template' => {
title => 'auth login template title',
body => 'auth login template body',
variables => [
{
'name' => 'login.form.header'
},
{
'name' => 'login.form.hidden'
},
{
'name' => 'login.form.footer'
},
{
'name' => 'login.form.submit'
},
{
'name' => 'login.form.username'
},
{
'name' => 'login.form.username.label'
},
{
'name' => 'login.form.password'
},
{
'name' => 'login.form.password.label'
},
{
'name' => 'title',
},
{
'name' => 'login.message'
},
{
'name' => 'anonymousRegistration.isAllowed'
},
{
'name' => 'createAccount.url'
},
{
'name' => 'createAccount.label'
}
],
fields => [
],
related => [
@ -113,11 +173,61 @@ our $HELP = {
},
]
},
'ldap authentication anonymous registration template' => {
title => 'anon reg template title',
body => 'anon reg template body',
fields => [
],
variables => [
{
'name' => 'create.form.header'
},
{
'name' => 'create.form.hidden'
},
{
'name' => 'create.form.footer'
},
{
'name' => 'create.form.submit'
},
{
'name' => 'title'
},
{
'name' => 'create.form.profile',
'variables' => [
{
'name' => 'profile.formElement'
},
{
'name' => 'profile.formElement.label'
}
]
},
{
'name' => 'login.url'
},
{
'name' => 'login.label'
},
{
'name' => 'create.message'
},
{
'name' => 'create.form.ldapId'
},
{
'name' => 'create.form.ldapId.label'
},
{
'name' => 'create.form.password'
},
{
'name' => 'create.form.password.label'
}
],
related => [
{
tag => 'ldap authentication display account template',

View file

@ -4,6 +4,56 @@ our $HELP = {
'webgui authentication display account template' => {
title => 'display account template title',
body => 'display account template body',
variables => [
{
'name' => 'account.form.header'
},
{
'name' => 'account.form.footer'
},
{
'name' => 'account.form.karma'
},
{
'name' => 'account.form.karma.label'
},
{
'name' => 'account.form.submit'
},
{
'name' => 'account.options'
},
{
'name' => 'displayTitle',
},
{
'name' => 'account.message'
},
{
'name' => 'account.form.username'
},
{
'name' => 'account.form.username.label'
},
{
'name' => 'account.form.password'
},
{
'name' => 'account.form.password.label'
},
{
'name' => 'account.form.passwordConfirm'
},
{
'name' => 'account.form.passwordConfirm.label'
},
{
'name' => 'account.noform'
},
{
'name' => 'account.nofields'
}
],
fields => [
],
related => [
@ -16,6 +66,56 @@ our $HELP = {
'webgui authentication login template' => {
title => 'login template title',
body => 'login template body',
variables => [
{
'name' => 'login.form.header'
},
{
'name' => 'login.form.hidden'
},
{
'name' => 'login.form.footer'
},
{
'name' => 'login.form.submit'
},
{
'name' => 'login.form.username'
},
{
'name' => 'login.form.username.label'
},
{
'name' => 'login.form.password'
},
{
'name' => 'login.form.password.label'
},
{
'name' => 'title'
},
{
'name' => 'login.message'
},
{
'name' => 'anonymousRegistration.isAllowed'
},
{
'name' => 'createAccount.url'
},
{
'name' => 'createAccount.label'
},
{
'name' => 'recoverPassword.isAllowed'
},
{
'name' => 'recoverPassword.url'
},
{
'name' => 'recoverPassword.label'
}
],
fields => [
],
related => [
@ -30,6 +130,68 @@ our $HELP = {
body => 'anon reg template body',
fields => [
],
variables => [
{
'name' => 'create.form.header'
},
{
'name' => 'create.form.hidden'
},
{
'name' => 'create.form.footer'
},
{
'name' => 'create.form.submit'
},
{
'name' => 'title',
},
{
'name' => 'create.form.profile'
},
{
'name' => 'profile.formElement'
},
{
'name' => 'profile.formElement.label'
},
{
'name' => 'login.url',
},
{
'name' => 'login.label',
},
{
'name' => 'create.message'
},
{
'name' => 'create.form.username'
},
{
'name' => 'create.form.username.label'
},
{
'name' => 'create.form.password'
},
{
'name' => 'create.form.password.label'
},
{
'name' => 'create.form.passwordConfirm'
},
{
'name' => 'create.form.passwordConfirm.label'
},
{
'name' => 'recoverPassword.isAllowed',
},
{
'name' => 'recoverPassword.url',
},
{
'name' => 'recoverPassword.label',
}
],
related => [
{
tag => 'wobject template',
@ -40,6 +202,47 @@ our $HELP = {
'webgui authentication password recovery template' => {
title => 'recovery template title',
body => 'recovery template body',
variables => [
{
'name' => 'recover.form.header'
},
{
'name' => 'recover.form.hidden'
},
{
'name' => 'recover.form.footer'
},
{
'name' => 'recover.form.submit'
},
{
'name' => 'login.form.email'
},
{
'name' => 'login.form.email.label'
},
{
'name' => 'title',
},
{
'name' => 'recover.message'
},
{
'name' => 'anonymousRegistration.isAllowed',
},
{
'name' => 'createAccount.url',
},
{
'name' => 'createAccount.label',
},
{
'name' => 'login.url'
},
{
'name' => 'login.label'
}
],
fields => [
],
related => [
@ -52,6 +255,44 @@ our $HELP = {
'webgui authentication password expiration template' => {
title => 'expired template title',
body => 'expired template body',
variables => [
{
'name' => 'expired.form.header'
},
{
'name' => 'expired.form.hidden'
},
{
'name' => 'expired.form.footer'
},
{
'name' => 'expired.form.submit'
},
{
'name' => 'displayTitle'
},
{
'name' => 'expired.message'
},
{
'name' => 'create.form.oldPassword'
},
{
'name' => 'create.form.oldPassword.label'
},
{
'name' => 'expired.form.password'
},
{
'name' => 'expired.form.password.label'
},
{
'name' => 'expired.form.passwordConfirm'
},
{
'name' => 'expired.form.passwordConfirm.label'
}
],
fields => [
],
related => [

View file

@ -52,64 +52,72 @@ our $I18N = {
lastUpdated => 1039450730
},
'login.form.header' => {
message => q|The required form elements that go at the top of the login page.|,
lastUpdated => 1149219946,
},
'login.form.hidden' => {
message => q|Hidden form fields required for form submission.|,
lastUpdated => 1149219946,
},
'login.form.footer' => {
message => q|The required form elements that go after the login page form.|,
lastUpdated => 1149219946,
},
'login.form.submit' => {
message => q|The default submit button for the login form.|,
lastUpdated => 1149219946,
},
'login.form.username' => {
message => q|Default username form field.|,
lastUpdated => 1149219946,
},
'login.form.username.label' => {
message => q|Default text for username form field.|,
lastUpdated => 1149219946,
},
'login.form.password' => {
message => q|Default password form field.|,
lastUpdated => 1149219946,
},
'login.form.password.label' => {
message => q|Default text for password form field.|,
lastUpdated => 1149219946,
},
'login.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149219946,
},
'anonymousRegistration.isAllowed' => {
message => q|Flag indicating whether or not anonymous registrations are allowed.|,
lastUpdated => 1149219946,
},
'createAccount.url' => {
message => q|URL for the anonymous registration page.|,
lastUpdated => 1149219946,
},
'createAccount.label' => {
message => q|Default label for the anonymous registration link.|,
lastUpdated => 1149219946,
},
'auth login template body' => {
message => q|<p>The following template variables are available for LDAP Authentication Login templates.
</p>
<p><b>login.form.header</b><br />
The required form elements that go at the top of the login page.
</p>
<p><b>login.form.hidden</b><br />
Hidden form fields required for form submission.
</p>
<p><b>login.form.footer</b><br />
The required form elements that go after the login page form.
</p>
<p><b>login.form.submit</b><br />
The default submit button for the login form.
</p>
<p><b>login.form.username</b><br />
Default username form field.
</p>
<p><b>login.form.username.label</b><br />
Default text for username form field.
</p>
<p><b>login.form.password</b><br />
Default password form field.
</p>
<p><b>login.form.password.label</b><br />
Default text for password form field.
</p>
<p><b>title</b><br />
Default page title.
</p>
<p><b>login.message</b><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><b>anonymousRegistration.isAllowed</b><br />
Flag indicating whether or not anonymous registrations are allowed.
</p>
<p><b>createAccount.url</b><br />
URL for the anonymous registration page.
</p>
<p><b>createAccount.label</b><br />
Default label for the anonymous registration link.
</p>
|,
lastUpdated => 1101771743
lastUpdated => 1149220017
},
'13' => {
@ -157,31 +165,35 @@ Default label for the anonymous registration link.
lastUpdated => 1031514049
},
'account.form.karma' => {
message => q|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.|,
lastUpdated => 1149219846,
},
'account.form.karma.label' => {
message => q|Internationalized text label for the karma form value.|,
lastUpdated => 1149219846,
},
'account.options' => {
message => q|Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.|,
lastUpdated => 1149219846,
},
'displayTitle' => {
message => q|Page title.|,
lastUpdated => 1149219846,
},
'account.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149219846,
},
'display account template body' => {
message => q|<p>The following template variables are available for the LDAP Authentication Display Account templates.</p>
<p><b>account.form.karma</b><br />
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.
</p>
<p><b>account.form.karma.label</b><br />
Internationalized text label for the karma form value.
</p>
<p><b>account.options</b><br />
Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.
</p>
<p><b>displayTitle</b><br />
Page title.
</p>
<p><b>account.message</b><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
|,
lastUpdated => 1146804908
lastUpdated => 1149219877
},
'10' => {
@ -189,75 +201,85 @@ Any message returned by the system. Usually displays after the form is submitte
lastUpdated => 1071845113
},
'create.form.header' => {
message => q|The required form elements that go at the top of the anonymous registration page.|,
lastUpdated => 1149219898,
},
'create.form.hidden' => {
message => q|Hidden form fields required for form submittal.|,
lastUpdated => 1149219898,
},
'create.form.footer' => {
message => q|The required form elements that go after the anonymous registration page form. |,
lastUpdated => 1149219898,
},
'create.form.submit' => {
message => q|The default submit button for the anonymous registration form.|,
lastUpdated => 1149219898,
},
'title' => {
message => q|Default page title.|,
lastUpdated => 1149219898,
},
'create.form.profile' => {
message => q|A loop containing visible and required profile fields for registration.|,
lastUpdated => 1149219898,
},
'profile.formElement' => {
message => q|Form element for visible or required profile field.|,
lastUpdated => 1149219898,
},
'profile.formElement.label' => {
message => q|Default text label for profile form element.|,
lastUpdated => 1149219898,
},
'login.url' => {
message => q|URL for the login page.|,
lastUpdated => 1149219898,
},
'login.label' => {
message => q|Default text label for login page link.|,
lastUpdated => 1149219898,
},
'create.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149219898,
},
'create.form.ldapId' => {
message => q|Default ldapId form field.|,
lastUpdated => 1149219898,
},
'create.form.ldapId.label' => {
message => q|Default text for ldapId form field.|,
lastUpdated => 1149219898,
},
'create.form.password' => {
message => q|Default password form field.|,
lastUpdated => 1149219898,
},
'create.form.password.label' => {
message => q|Default text for password form field.|,
lastUpdated => 1149219898,
},
'anon reg template body' => {
message => q|<p>The following template variables are available for LDAP Authentication Anonymous Registration templates.</p>
<p><b>create.form.header</b><br />
The required form elements that go at the top of the anonymous registration page.
</p>
<p><b>create.form.hidden</b><br />
Hidden form fields required for form submittal.
</p>
<p><b>create.form.footer</b><br />
The required form elements that go after the anonymous registration page form.
</p>
<p><b>create.form.submit</b><br />
The default submit button for the anonymous registration form.
</p>
<p><b>title</b><br />
Default page title.
</p>
<p><b>create.form.profile</b><br />
A loop containing visible and required profile fields for registration.
</p>
<div class="helpIndent">
<p><b>profile.formElement</b><br />
Form element for visible or required profile field.
</p>
<p><b>profile.formElement.label</b><br />
Default text label for profile form element.
</p>
</div>
<p><b>login.url</b><br />
URL for the login page.
</p>
<p><b>login.label</b><br />
Default text label for login page link.
</p>
<p><b>create.message</b><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><b>create.form.ldapId</b><br />
Default ldapId form field.
</p>
<p><b>create.form.ldapId.label</b><br />
Default text for ldapId form field.
</p>
<p><b>create.form.password</b><br />
Default password form field.
</p>
<p><b>create.form.password.label</b><br />
Default text for password form field.
</p>
|,
lastUpdated => 1146804934
lastUpdated => 1149219931
},
'5' => {

View file

@ -111,75 +111,91 @@ our $I18N = {
lastUpdated => 1071507721
},
'login.form.header' => {
message => q|The required form elements that go at the top of the login page.|,
lastUpdated => 1149220294,
},
'login.form.hidden' => {
message => q|Hidden form fields required for form submission|,
lastUpdated => 1149220294,
},
'login.form.footer' => {
message => q|The required form elements that go after the login page form.|,
lastUpdated => 1149220294,
},
'login.form.submit' => {
message => q|The default submit button for the login form.|,
lastUpdated => 1149220294,
},
'login.form.username' => {
message => q|Default username form field|,
lastUpdated => 1149220294,
},
'login.form.username.label' => {
message => q|Default text for username form field|,
lastUpdated => 1149220294,
},
'login.form.password' => {
message => q|Default password form field|,
lastUpdated => 1149220294,
},
'login.form.password.label' => {
message => q|Default text for password form field|,
lastUpdated => 1149220294,
},
'title' => {
message => q|Default page title |,
lastUpdated => 1149220294,
},
'login.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149220294,
},
'anonymousRegistration.isAllowed' => {
message => q|Flag indicating whether or not anonymous registrations are allowed.|,
lastUpdated => 1149220294,
},
'createAccount.url' => {
message => q|URL for the anonymous registration page|,
lastUpdated => 1149220294,
},
'createAccount.label' => {
message => q|Default label for the anonymous registration link.|,
lastUpdated => 1149220294,
},
'recoverPassword.isAllowed' => {
message => q|Flag indicating whether or not password recovery is enabled|,
lastUpdated => 1149220294,
},
'recoverPassword.url' => {
message => q|URL for the password recovery page.|,
lastUpdated => 1149220294,
},
'recoverPassword.label' => {
message => q|Default label for the password recovery link|,
lastUpdated => 1149220294,
},
'login template body' => {
message => q|<p>The following template variables are available for WebGUI Authentication Login templates.
</p>
<p><strong>login.form.header</strong><br />
The required form elements that go at the top of the login page.
</p>
<p><strong>login.form.hidden</strong><br />
Hidden form fields required for form submission
</p>
<p><strong>login.form.footer</strong><br />
The required form elements that go after the login page form.
</p>
<p><strong>login.form.submit</strong><br />
The default submit button for the login form.
</p>
<p><strong>login.form.username</strong><br />
Default username form field
</p>
<p><strong>login.form.username.label</strong><br />
Default text for username form field
</p>
<p><strong>login.form.password</strong><br />
Default password form field
</p>
<p><strong>login.form.password.label</strong><br />
Default text for password form field
</p>
<p><strong>title</strong><br />
Default page title
</p>
<p><strong>login.message</strong><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><strong>anonymousRegistration.isAllowed</strong><br />
Flag indicating whether or not anonymous registrations are allowed
</p>
<p><strong>createAccount.url</strong><br />
URL for the anonymous registration page
</p>
<p><strong>createAccount.label</strong><br />
Default label for the anonymous registration link
</p>
<p><strong>recoverPassword.isAllowed</strong><br />
Flag indicating whether or not password recovery is enabled
</p>
<p><strong>recoverPassword.url</strong><br />
URL for the password recovery page.
</p>
<p><strong>recoverPassword.label</strong><br />
Default label for the password recovery link
</p>
|,
lastUpdated => 1101772000
lastUpdated => 1149220323
},
'18' => {
@ -187,60 +203,71 @@ Default label for the password recovery link
lastUpdated => 1076357595
},
'expired.form.header' => {
message => q|The required form elements that go at the top of the password expiration page.|,
lastUpdated => 1149220347,
},
'expired.form.hidden' => {
message => q|Hidden form fields required for form submittal.|,
lastUpdated => 1149220347,
},
'expired.form.footer' => {
message => q|The required form elements that go after the password expiration page form. |,
lastUpdated => 1149220347,
},
'expired.form.submit' => {
message => q|The default submit button for the password expiration form.|,
lastUpdated => 1149220347,
},
'displayTitle' => {
message => q|Default page title.|,
lastUpdated => 1149220347,
},
'expired.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149220347,
},
'create.form.oldPassword' => {
message => q|Default old password form field.|,
lastUpdated => 1149220347,
},
'create.form.oldPassword.label' => {
message => q|Default text for old password form field.|,
lastUpdated => 1149220347,
},
'expired.form.password' => {
message => q|Default password form field.|,
lastUpdated => 1149220347,
},
'expired.form.password.label' => {
message => q|Default text for password form field.|,
lastUpdated => 1149220347,
},
'expired.form.passwordConfirm' => {
message => q|Default password confirm form field.|,
lastUpdated => 1149220347,
},
'expired.form.passwordConfirm.label' => {
message => q|Default text for password confirm form field|,
lastUpdated => 1149220347,
},
'expired template body' => {
message => q|
<p>The following template variables are available for WebGUI Authentication Password Expiration templates.</p>
<p><strong>expired.form.header</strong><br />
The required form elements that go at the top of the password expiration page.
</p>
<p><strong>expired.form.hidden</strong><br />
Hidden form fields required for form submittal.
</p>
<p><strong>expired.form.footer</strong><br />
The required form elements that go after the password expiration page form.
</p>
<p><strong>expired.form.submit</strong><br />
The default submit button for the password expiration form.
</p>
<p><strong>displayTitle</strong><br />
Default page title.
</p>
<p><strong>expired.message</strong><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><strong>create.form.oldPassword</strong><br />
Default old password form field.
</p>
<p><strong>create.form.oldPassword.label</strong><br />
Default text for old password form field.
</p>
<p><strong>expired.form.password</strong><br />
Default password form field.
</p>
<p><strong>expired.form.password.label</strong><br />
Default text for password form field.
</p>
<p><strong>expired.form.passwordConfirm</strong><br />
Default password confirm form field.
</p>
<p><strong>expired.form.passwordConfirm.label</strong><br />
Default text for password confirm form field
</p>
|,
lastUpdated => 1146848431
lastUpdated => 1149220376
},
'16' => {
@ -278,64 +305,56 @@ Default text for password confirm form field
lastUpdated => 1071507932
},
'recover.form.header' => {
message => q|The required form elements that go at the top of the password recovery page.|,
lastUpdated => 1149220395,
},
'recover.form.hidden' => {
message => q|Hidden form fields required for form submission.|,
lastUpdated => 1149220395,
},
'recover.form.footer' => {
message => q|The required form elements that go after the password recovery page form.|,
lastUpdated => 1149220395,
},
'recover.form.submit' => {
message => q|The default submit button for the password recovery form. |,
lastUpdated => 1149220395,
},
'login.form.email' => {
message => q|Default email form field.|,
lastUpdated => 1149220395,
},
'login.form.email.label' => {
message => q|Default text for email form field|,
lastUpdated => 1149220395,
},
'recover.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149220395,
},
'login.url' => {
message => q|URL for the login page.|,
lastUpdated => 1149220395,
},
'login.label' => {
message => q|Default text label for login page link.|,
lastUpdated => 1149220395,
},
'recovery template body' => {
message => q|<p>The following template variables are available for WebGUI Authentication Password Recovery templates.</p>
<p><strong>recover.form.header</strong><br />
The required form elements that go at the top of the password recovery page.
</p>
<p><strong>recover.form.hidden</strong><br />
Hidden form fields required for form submission.
</p>
<p><strong>recover.form.footer</strong><br />
The required form elements that go after the password recovery page form.
</p>
<p><strong>recover.form.submit</strong><br />
The default submit button for the password recovery form.
</p>
<p><strong>login.form.email</strong><br />
Default email form field.
</p>
<p><strong>login.form.email.label</strong><br />
Default text for email form field
</p>
<p><strong>title</strong><br />
Default page title.
</p>
<p><strong>recover.message</strong><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><strong>anonymousRegistration.isAllowed</strong><br />
Flag indicating whether or not anonymous registrations are allowed.
</p>
<p><strong>createAccount.url</strong><br />
URL for the anonymous registration page.
</p>
<p><strong>createAccount.label</strong><br />
Default label for the anonymous registration link.
</p>
<p><strong>login.url</strong><br />
URL for the login page.
</p>
<p><strong>login.label</strong><br />
Default text label for login page link.
</p>
|,
lastUpdated => 1101772010
lastUpdated => 1149220524
},
'20' => {
@ -368,162 +387,163 @@ Default text label for login page link.
lastUpdated => 1078857230
},
'account.form.header' => {
message => q|The required form elements that go at the top of the display account page.|,
lastUpdated => 1149220575,
},
'account.form.footer' => {
message => q|The required form elements that go after the display account page form.|,
lastUpdated => 1149220575,
},
'account.form.karma' => {
message => q|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 |,
lastUpdated => 1149220575,
},
'account.form.karma.label' => {
message => q|Internationalized text label for the karma form value.|,
lastUpdated => 1149220575,
},
'account.form.submit' => {
message => q|The default submit button for the display account form. |,
lastUpdated => 1149220575,
},
'account.options' => {
message => q|Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc. |,
lastUpdated => 1149220575,
},
'account.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149220575,
},
'account.form.username' => {
message => q|Default username form field.|,
lastUpdated => 1149220575,
},
'account.form.username.label' => {
message => q|Default text for username form field.|,
lastUpdated => 1149220575,
},
'account.form.password' => {
message => q|Default password form field.|,
lastUpdated => 1149220575,
},
'account.form.password.label' => {
message => q|Default text for password form field.|,
lastUpdated => 1149220575,
},
'account.form.passwordConfirm' => {
message => q|Default password confirm form field.|,
lastUpdated => 1149220575,
},
'account.form.passwordConfirm.label' => {
message => q|Default text for password confirm form field.|,
lastUpdated => 1149220575,
},
'account.noform' => {
message => q|Indicates whether or not the display account form has any visible fields.|,
lastUpdated => 1149220575,
},
'account.nofields' => {
message => q|Default display in the case that there are no form elements to display.|,
lastUpdated => 1149220575,
},
'display account template body' => {
message => q|<p>The following template variables are available for WebGUI Authentication Display Account templates. </p>
<p><strong>account.form.header</strong><br />
The required form elements that go at the top of the display account page.
</p>
<p><strong>account.form.footer</strong><br />
The required form elements that go after the display account page form.
</p>
<p><strong>account.form.karma</strong><br />
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
</p>
<p><strong>account.form.karma.label</strong><br />
Internationalized text label for the karma form value.
</p>
<p><strong>account.form.submit</strong><br />
The default submit button for the display account form.
</p>
<p><strong>account.options</strong><br />
Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc.
</p>
<p><strong>displayTitle<br /></strong>
Page title.
</p>
<p><strong>account.message</strong><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><strong>account.form.username</strong><br />
Default username form field.
</p>
<p><strong>account.form.username.label</strong><br />
Default text for username form field.
</p>
<p><strong>account.form.password</strong><br />
Default password form field.
</p>
<p><strong>account.form.password.label</strong><br />
Default text for password form field.
</p>
<p><strong>account.form.passwordConfirm</strong><br />
Default password confirm form field.
</p>
<p><strong>account.form.passwordConfirm.label</strong><br />
Default text for password confirm form field.
</p>
<p><strong>account.noform</strong><br />
Indicates whether or not the display account form has any visible fields.
</p>
<p><strong>account.nofields</strong><br />
Default display in the case that there are no form elements to display.
</p>
|,
lastUpdated => 1101772016
lastUpdated => 1149220652
},
'create.form.header' => {
message => q|The required form elements that go at the top of the anonymous registration page.|,
lastUpdated => 1149220721,
},
'create.form.hidden' => {
message => q|Hidden form fields required for form submittal.|,
lastUpdated => 1149220721,
},
'create.form.footer' => {
message => q|The required form elements that go after the anonymous registration page form. |,
lastUpdated => 1149220721,
},
'create.form.submit' => {
message => q|The default submit button for the anonymous registration form. |,
lastUpdated => 1149220721,
},
'create.form.profile' => {
message => q|A loop containing visible and required profile fields for anonymous registration.|,
lastUpdated => 1149220721,
},
'profile.formElement' => {
message => q|Form element for visible or required profile field.|,
lastUpdated => 1149220721,
},
'profile.formElement.label' => {
message => q|Default text label for profile form element.|,
lastUpdated => 1149220721,
},
'create.message' => {
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
lastUpdated => 1149220721,
},
'create.form.username' => {
message => q|Default username form field.|,
lastUpdated => 1149220721,
},
'create.form.username.label' => {
message => q|Default text for username form field.|,
lastUpdated => 1149220721,
},
'create.form.password' => {
message => q|Default password form field.|,
lastUpdated => 1149220721,
},
'create.form.password.label' => {
message => q|Default text for password form field.|,
lastUpdated => 1149220721,
},
'create.form.passwordConfirm' => {
message => q|Default password confirm form field.|,
lastUpdated => 1149220721,
},
'create.form.passwordConfirm.label' => {
message => q|Default text for password confirm form field.|,
lastUpdated => 1149220721,
},
'anon reg template body' => {
message => q|<p>The following template variables are available for WebGUI Authentication Anonymous Registration templates. </p>
<p><strong>create.form.header</strong><br />
The required form elements that go at the top of the anonymous registration page.
</p>
<p><strong>create.form.hidden</strong><br />
Hidden form fields required for form submittal.
</p>
<p><strong>create.form.footer</strong><br />
The required form elements that go after the anonymous registration page form.
</p>
<p><strong>create.form.submit</strong><br />
The default submit button for the anonymous registration form.
</p>
<p><strong>title</strong><br />
Default page title.
</p>
<p><strong>create.form.profile</strong><br />
A loop containing visible and required profile fields for anonymous registration.
</p>
<p><strong>profile.formElement</strong><br />
Form element for visible or required profile field.
</p>
<p><strong>profile.formElement.label</strong><br />
Default text label for profile form element.
</p>
<p><strong>login.url</strong><br />
URL for the login page.
</p>
<p><strong>login.label</strong><br />
Default text label for login page link.
</p>
<p><strong>create.message</strong><br />
Any message returned by the system. Usually displays after the form is submitted.
</p>
<p><strong>create.form.username</strong><br />
Default username form field.
</p>
<p><strong>create.form.username.label</strong><br />
Default text for username form field.
</p>
<p><strong>create.form.password<br />
</strong>Default password form field.
</p>
<p><strong>create.form.password.label</strong><br />
Default text for password form field.
</p>
<p><strong>create.form.passwordConfirm</strong><br />
Default password confirm form field.
</p>
<p><strong>create.form.passwordConfirm.label</strong><br />
Default text for password confirm form field.
</p>
<p><strong>recoverPassword.isAllowed</strong><br />
Flag indicating whether or not password recovery is enabled.
</p>
<p><strong>recoverPassword.url</strong><br />
URL for the password recovery page.
</p>
<p><strong>recoverPassword.label</strong><br />
Default label for the password recovery link.
</p>
|,
lastUpdated => 1101772020
lastUpdated => 1149220828
},
'19' => {