webgui/lib/WebGUI/Help/AuthWebGUI.pm
2005-08-28 01:00:42 +00:00

66 lines
1.2 KiB
Perl

package WebGUI::Help::AuthWebGUI;
our $HELP = {
'webgui authentication display account template' => {
title => 'display account template title',
body => 'display account template body',
fields => [
],
related => [
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
'webgui authentication login template' => {
title => 'login template title',
body => 'login template body',
fields => [
],
related => [
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
'webgui authentication anonymous registration template' => {
title => 'anon reg template title',
body => 'anon reg template body',
fields => [
],
related => [
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
'webgui authentication password recovery template' => {
title => 'recovery template title',
body => 'recovery template body',
fields => [
],
related => [
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
'webgui authentication password expiration template' => {
title => 'expired template title',
body => 'expired template body',
fields => [
],
related => [
{
tag => 'wobject template',
namespace => 'Wobject'
}
]
},
};
1;