all Auth* template docs broken into variable entries
This commit is contained in:
parent
c0dd288dfc
commit
65a79bfb41
4 changed files with 852 additions and 459 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue