diff --git a/lib/WebGUI/Help/AuthLDAP.pm b/lib/WebGUI/Help/AuthLDAP.pm index 24ff07341..6f794a0af 100644 --- a/lib/WebGUI/Help/AuthLDAP.pm +++ b/lib/WebGUI/Help/AuthLDAP.pm @@ -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', diff --git a/lib/WebGUI/Help/AuthWebGUI.pm b/lib/WebGUI/Help/AuthWebGUI.pm index 31633c8b5..2763109da 100644 --- a/lib/WebGUI/Help/AuthWebGUI.pm +++ b/lib/WebGUI/Help/AuthWebGUI.pm @@ -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 => [ diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm index b9bb1d20f..46b02b3c9 100644 --- a/lib/WebGUI/i18n/English/AuthLDAP.pm +++ b/lib/WebGUI/i18n/English/AuthLDAP.pm @@ -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|
The following template variables are available for LDAP Authentication Login templates.
- -login.form.header
-The required form elements that go at the top of the login page.
-
login.form.hidden
-Hidden form fields required for form submission.
-
login.form.footer
-The required form elements that go after the login page form.
-
login.form.submit
-The default submit button for the login form.
-
login.form.username
-Default username form field.
-
login.form.username.label
-Default text for username form field.
-
login.form.password
-Default password form field.
-
login.form.password.label
-Default text for password form field.
-
title
-Default page title.
-
login.message
-Any message returned by the system. Usually displays after the form is submitted.
-
anonymousRegistration.isAllowed
-Flag indicating whether or not anonymous registrations are allowed.
-
createAccount.url
-URL for the anonymous registration page.
-
createAccount.label
-Default label for the anonymous registration link.
-
The following template variables are available for the LDAP Authentication Display Account templates.
- -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.
-
The following template variables are available for LDAP Authentication Anonymous Registration templates.
- -create.form.header
-The required form elements that go at the top of the anonymous registration page.
-
create.form.hidden
-Hidden form fields required for form submittal.
-
create.form.footer
-The required form elements that go after the anonymous registration page form.
-
create.form.submit
-The default submit button for the anonymous registration form.
-
title
-Default page title.
-
create.form.profile
-A loop containing visible and required profile fields for registration.
-
profile.formElement
-Form element for visible or required profile field.
-
profile.formElement.label
-Default text label for profile form element.
-
login.url
-URL for the login page.
-
login.label
-Default text label for login page link.
-
create.message
-Any message returned by the system. Usually displays after the form is submitted.
-
create.form.ldapId
-Default ldapId form field.
-
create.form.ldapId.label
-Default text for ldapId form field.
-
create.form.password
-Default password form field.
-
create.form.password.label
-Default text for password form field.
-
The following template variables are available for WebGUI Authentication Login templates.
-login.form.header
-The required form elements that go at the top of the login page.
-
login.form.hidden
-Hidden form fields required for form submission
-
login.form.footer
-The required form elements that go after the login page form.
-
login.form.submit
-The default submit button for the login form.
-
login.form.username
-Default username form field
-
login.form.username.label
-Default text for username form field
-
login.form.password
-Default password form field
-
login.form.password.label
-Default text for password form field
-
title
-Default page title
-
login.message
-Any message returned by the system. Usually displays after the form is submitted.
-
anonymousRegistration.isAllowed
-Flag indicating whether or not anonymous registrations are allowed
-
createAccount.url
-URL for the anonymous registration page
-
createAccount.label
-Default label for the anonymous registration link
-
recoverPassword.isAllowed
-Flag indicating whether or not password recovery is enabled
-
recoverPassword.url
-URL for the password recovery page.
-
recoverPassword.label
-Default label for the password recovery link
-
The following template variables are available for WebGUI Authentication Password Expiration templates.
- -expired.form.header
-The required form elements that go at the top of the password expiration page.
-
expired.form.hidden
-Hidden form fields required for form submittal.
-
expired.form.footer
-The required form elements that go after the password expiration page form.
-
expired.form.submit
-The default submit button for the password expiration form.
-
displayTitle
-Default page title.
-
expired.message
-Any message returned by the system. Usually displays after the form is submitted.
-
create.form.oldPassword
-Default old password form field.
-
create.form.oldPassword.label
-Default text for old password form field.
-
expired.form.password
-Default password form field.
-
expired.form.password.label
-Default text for password form field.
-
expired.form.passwordConfirm
-Default password confirm form field.
-
expired.form.passwordConfirm.label
-Default text for password confirm form field
-
The following template variables are available for WebGUI Authentication Password Recovery templates.
- -recover.form.header
-The required form elements that go at the top of the password recovery page.
-
recover.form.hidden
-Hidden form fields required for form submission.
-
recover.form.footer
-The required form elements that go after the password recovery page form.
-
recover.form.submit
-The default submit button for the password recovery form.
-
login.form.email
-Default email form field.
-
login.form.email.label
-Default text for email form field
-
title
-Default page title.
-
recover.message
-Any message returned by the system. Usually displays after the form is submitted.
-
anonymousRegistration.isAllowed
-Flag indicating whether or not anonymous registrations are allowed.
-
createAccount.url
-URL for the anonymous registration page.
-
createAccount.label
-Default label for the anonymous registration link.
-
login.url
-URL for the login page.
-
login.label
-Default text label for login page link.
-
The following template variables are available for WebGUI Authentication Display Account templates.
- -account.form.header
-The required form elements that go at the top of the display account page.
-
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.form.submit
-The default submit button for the display account form.
-
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.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.noform
-Indicates whether or not the display account form has any visible fields.
-
account.nofields
-Default display in the case that there are no form elements to display.
-
The following template variables are available for WebGUI Authentication Anonymous Registration templates.
- -create.form.header
-The required form elements that go at the top of the anonymous registration page.
-
create.form.hidden
-Hidden form fields required for form submittal.
-
create.form.footer
-The required form elements that go after the anonymous registration page form.
-
create.form.submit
-The default submit button for the anonymous registration form.
-
title
-Default page title.
-
create.form.profile
-A loop containing visible and required profile fields for anonymous registration.
-
profile.formElement
-Form element for visible or required profile field.
-
profile.formElement.label
-Default text label for profile form element.
-
login.url
-URL for the login page.
-
login.label
-Default text label for login page link.
-
create.message
-Any message returned by the system. Usually displays after the form is submitted.
-
create.form.username
-Default username form field.
-
create.form.username.label
-Default text for username form field.
-
create.form.password
-Default password form field.
-
create.form.password.label
-Default text for password form field.
-
create.form.passwordConfirm
-Default password confirm form field.
-
create.form.passwordConfirm.label
-Default text for password confirm form field.
-
recoverPassword.isAllowed
-Flag indicating whether or not password recovery is enabled.
-
recoverPassword.url
-URL for the password recovery page.
-
recoverPassword.label
-Default label for the password recovery link.
-