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
|
|
@ -32,6 +32,16 @@ our $I18N = {
|
|||
lastUpdated => 1078852836,
|
||||
},
|
||||
|
||||
'deactivate account template' => {
|
||||
message => q|Deactivate Account Template|,
|
||||
lastUpdated => 1269277147,
|
||||
},
|
||||
|
||||
'deactivate account template help' => {
|
||||
message => q|Select a template to display the screen where the user deactivates their account.|,
|
||||
lastUpdated => 1269277148,
|
||||
},
|
||||
|
||||
'expired password template' => {
|
||||
message => q|Expired Password Template|,
|
||||
lastUpdated => 1078852836
|
||||
|
|
@ -68,6 +78,12 @@ our $I18N = {
|
|||
context => q|The title of the help page for the webgui auth account activition mail template.|,
|
||||
},
|
||||
|
||||
'account deactivate account template title' => {
|
||||
message => q|WebGUI Authentication Deactivate Account Template|,
|
||||
lastUpdated => 1269279365,
|
||||
context => q|The title of the help page for the webgui auth account activition mail template.|,
|
||||
},
|
||||
|
||||
'account activation template' => {
|
||||
message => q|Account Activation Mail Template|,
|
||||
lastUpdated => 1230600500,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue