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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue