Make the Deactivate account template user selectable for both LDAP and WebGUI. Fixes bug #11482

This commit is contained in:
Colin Kuskie 2010-03-22 10:43:29 -07:00
parent c0206e61f5
commit d6f61c07d1
11 changed files with 124 additions and 11 deletions

View file

@ -88,6 +88,7 @@ our $HELP = {
fields => [],
related => [],
},
};
1;

View file

@ -185,6 +185,21 @@ our $HELP = {
fields => [],
related => []
},
'webgui deactivate account template' => {
title => 'deactivate account template title',
body => '',
isa => [
{ namespace => "Auth",
tag => "deactivate account template"
},
],
variables => [
],
fields => [],
related => []
},
};
1;