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
|
|
@ -74,6 +74,11 @@ our $I18N = {
|
|||
lastUpdated => 1078852969
|
||||
},
|
||||
|
||||
'deactivate account template' => {
|
||||
message => q|Deactivate Account Template|,
|
||||
lastUpdated => 1269278436,
|
||||
},
|
||||
|
||||
'login template' => {
|
||||
message => q|Login Template|,
|
||||
lastUpdated => 1078852969
|
||||
|
|
@ -84,6 +89,11 @@ our $I18N = {
|
|||
lastUpdated => 1184793098
|
||||
},
|
||||
|
||||
'deactivate account template title' => {
|
||||
message => q|LDAP Authentication Deactivate Account Template Variables|,
|
||||
lastUpdated => 1269279436,
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|No connect DN specified for this user|,
|
||||
lastUpdated => 1071848383
|
||||
|
|
@ -622,6 +632,11 @@ and should be entered as such.</p>|,
|
|||
lastUpdated => 1120164594,
|
||||
},
|
||||
|
||||
'deactivate account template description' => {
|
||||
message => q|Template to be used to show the form for deactivating an account.|,
|
||||
lastUpdated => 1269278461,
|
||||
},
|
||||
|
||||
'login template description' => {
|
||||
message => q|Template used to display login information to the user as an operation, as opposed to inside of a page via a macro.|,
|
||||
lastUpdated => 1165512102,
|
||||
|
|
|
|||
|
|
@ -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