Documented the heretofore undocumented Deactivate Account Template in the Auth modules.
Broke out code scanning tests into their own tests, and required the CODE_COP environment variable be set before they were run. Fixed two bugs in the Workflow test, wrong number of tests and inverse test logic. More Auth template inheritance work. Almost time to reflect it over to the LDAP module.
This commit is contained in:
parent
860a71bc5d
commit
ee9cae98a8
11 changed files with 385 additions and 201 deletions
|
|
@ -111,51 +111,11 @@ our $I18N = {
|
|||
lastUpdated => 1071507721
|
||||
},
|
||||
|
||||
'login.form.header' => {
|
||||
message => q|The required form elements that go at the top of the login page.|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'login.form.hidden' => {
|
||||
message => q|Hidden form fields required for form submission|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'title' => {
|
||||
message => q|Default page title.|,
|
||||
lastUpdated => 1164335682,
|
||||
},
|
||||
|
||||
'login.form.footer' => {
|
||||
message => q|The required form elements that go after the login page form.|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'login.form.submit' => {
|
||||
message => q|The default submit button for the login form.|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'login.form.username' => {
|
||||
message => q|Default username form field|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'login.form.username.label' => {
|
||||
message => q|Default text for username form field|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'login.form.password' => {
|
||||
message => q|Default password form field|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'login.form.password.label' => {
|
||||
message => q|Default text for password form field|,
|
||||
lastUpdated => 1149220294,
|
||||
},
|
||||
|
||||
'login.message' => {
|
||||
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
|
||||
lastUpdated => 1149220294,
|
||||
|
|
@ -506,6 +466,18 @@ our $I18N = {
|
|||
lastUpdated => 1071507752
|
||||
},
|
||||
|
||||
'deactivate account template title' => {
|
||||
message => q|WebGUI Authentication Deactivate Account Template|,
|
||||
lastUpdated => 1164394401
|
||||
},
|
||||
|
||||
'deactivate account template body' => {
|
||||
message => q|<p>The following template variables are available for the WebGUI Authentication Deactivate account templates.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1164394398
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|WebGUI Authentication|,
|
||||
lastUpdated => 1128919828,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue