Make the Deactivate account template user selectable for both LDAP and WebGUI. Fixes bug #11482
This commit is contained in:
parent
c0206e61f5
commit
d6f61c07d1
11 changed files with 124 additions and 11 deletions
|
|
@ -88,6 +88,7 @@ our $HELP = {
|
|||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue