backporting template email password recovery fix
This commit is contained in:
parent
1573fba55e
commit
d98afcc7af
5 changed files with 265 additions and 150 deletions
|
|
@ -11,41 +11,77 @@ our $I18N = {
|
|||
lastUpdated => 1078852836
|
||||
|
||||
},
|
||||
|
||||
'account template' => {
|
||||
message => q|Account Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'account template help' => {
|
||||
message => q|Choose a template to style the screen that displays the user's account to them.|,
|
||||
lastUpdated => 1227210576
|
||||
},
|
||||
|
||||
'create account template' => {
|
||||
message => q|Create Account Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'create account template help' => {
|
||||
message => q|Select a template to display the screen where the user creates a user account for this site.|,
|
||||
lastUpdated => 1078852836,
|
||||
},
|
||||
|
||||
'expired password template' => {
|
||||
message => q|Expired Password Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'expired password template help' => {
|
||||
message => q|Select a template to display the screen where the user enters a new password after their old one has expired.|,
|
||||
lastUpdated => 1227210712,
|
||||
},
|
||||
|
||||
'login template' => {
|
||||
message => q|Login Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'login template help' => {
|
||||
message => q|Select a template to display the screen where the user can log in. This is different from any of the Macros that also display login forms to the user.|,
|
||||
lastUpdated => 1227210754,
|
||||
},
|
||||
|
||||
'password recovery template' => {
|
||||
message => q|Password Recovery Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'password recovery template help' => {
|
||||
message => q|Select a template to display the screen where the user can recover a lost password.|,
|
||||
lastUpdated => 1227210876,
|
||||
},
|
||||
|
||||
'use captcha' => {
|
||||
message => q|Use captcha image?|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'use captcha help' => {
|
||||
message => q|If set to yes, the user will be required to enter in text from a captcha as part of making an account.|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'validate email' => {
|
||||
message => q|Validate email addresses?|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'validate email help' => {
|
||||
message => q|Should WebGUI send an email to this person, independently of the welcome message, with a link to start their account? Their account will not be activated until the link is visited, and unvalidated accounts will expire after a configurable timeout. This timeout is set in a workflow.|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'captcha label' => {
|
||||
message => q|Verify Your Humanity|,
|
||||
lastUpdated => 1078852836
|
||||
|
|
@ -76,6 +112,11 @@ our $I18N = {
|
|||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'display account template title' => {
|
||||
message => q|WebGUI Authentication Display Account Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|New Password|,
|
||||
lastUpdated => 1071507924
|
||||
|
|
@ -131,6 +172,11 @@ our $I18N = {
|
|||
lastUpdated => 1164335682,
|
||||
},
|
||||
|
||||
'subtitle' => {
|
||||
message => q|Special instructions for the form. May not be defined in all types of password recovery templates.|,
|
||||
lastUpdated => 1227216717,
|
||||
},
|
||||
|
||||
'login.message' => {
|
||||
message => q|Any message returned by the system. Usually displays after the form is submitted.|,
|
||||
lastUpdated => 1149220294,
|
||||
|
|
@ -171,6 +217,11 @@ our $I18N = {
|
|||
lastUpdated => 1076357595
|
||||
},
|
||||
|
||||
'18 help' => {
|
||||
message => q|Are users allowed to change their own passwords? Note, using this in conjunction with password timeouts can cause a lot of Admin work.|,
|
||||
lastUpdated => 1076357595,
|
||||
},
|
||||
|
||||
'expired.form.header' => {
|
||||
message => q|The required form elements that go at the top of the password expiration page.|,
|
||||
lastUpdated => 1149220347,
|
||||
|
|
@ -236,9 +287,9 @@ our $I18N = {
|
|||
lastUpdated => 1071885309
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Allow password recovery?|,
|
||||
lastUpdated => 1071507940
|
||||
'16 help' => {
|
||||
message => q|The password timeout sets how long a password is good for. After the timeout, the user will be required to enter in a new password.|,
|
||||
lastUpdated => 1227208974
|
||||
},
|
||||
|
||||
'6' => {
|
||||
|
|
@ -271,6 +322,11 @@ our $I18N = {
|
|||
lastUpdated => 1071507780
|
||||
},
|
||||
|
||||
'9 help' => {
|
||||
message => q|This will immediately expire a user's password when their account is created.|,
|
||||
lastUpdated => 1227209117
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|You may not use your old password as your new password|,
|
||||
lastUpdated => 1071507932
|
||||
|
|
@ -356,6 +412,11 @@ our $I18N = {
|
|||
lastUpdated => 1071885112
|
||||
},
|
||||
|
||||
'15 help' => {
|
||||
message => q|The minimum length of passwords that users are required to use, in characters.|,
|
||||
lastUpdated => 1227208578
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Your Password Has Expired|,
|
||||
lastUpdated => 1071507773
|
||||
|
|
@ -461,6 +522,11 @@ our $I18N = {
|
|||
lastUpdated => 1076358029
|
||||
},
|
||||
|
||||
'19 help' => {
|
||||
message => q|Are users allowed to change their username after creating their account?|,
|
||||
lastUpdated => 1227209885,
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Old Password|,
|
||||
lastUpdated => 1071507875
|
||||
|
|
@ -527,16 +593,31 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'setting webguiRequiredDigits help' => {
|
||||
message => q{How many digits/numbers are required to be in the user's password?},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'setting webguiNonWordCharacters' => {
|
||||
message => q{Number of non-word characters required in password},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'setting webguiNonWordCharacters help' => {
|
||||
message => q{The number of non-word characters, such as punctuation, are required to be in the user's password.},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'setting webguiRequiredMixedCase' => {
|
||||
message => q{Number of upper-case characters required in password},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'setting webguiRequiredMixedCase help' => {
|
||||
message => q{This setting will require that the user have upper-case characters in their password. It will not require that they have lower-case characters},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'password recovery email label' => {
|
||||
message => q|Email Address|,
|
||||
lastUpdated => 1177127324,
|
||||
|
|
|
|||
|
|
@ -931,6 +931,11 @@ to add or remove users from their groups.
|
|||
lastUpdated => 1044138691
|
||||
},
|
||||
|
||||
'868 help' => {
|
||||
message => q|Should the user be sent an email when their account is created?|,
|
||||
lastUpdated => 1227209376
|
||||
},
|
||||
|
||||
'990' => {
|
||||
message => q|Edit Database Link|,
|
||||
lastUpdated => 1056151382
|
||||
|
|
@ -1125,7 +1130,12 @@ to add or remove users from their groups.
|
|||
|
||||
'869' => {
|
||||
message => q|Welcome Message|,
|
||||
lastUpdated => 1044138730
|
||||
lastUpdated => 1044138730,
|
||||
},
|
||||
|
||||
'869 help' => {
|
||||
message => q|This message will be part of the email sent to a user when they create an account on this WebGUI site.|,
|
||||
lastUpdated => 1227209607,
|
||||
},
|
||||
|
||||
'533' => {
|
||||
|
|
@ -2985,11 +2995,11 @@ or are under your current version tag.</p>
|
|||
context => q|Field type name|
|
||||
},
|
||||
|
||||
'submit' => {
|
||||
message => q|Submit|,
|
||||
lastUpdated =>1140589512,
|
||||
context => q|Field type name and button label|
|
||||
},
|
||||
'submit' => {
|
||||
message => q|Submit|,
|
||||
lastUpdated =>1140589512,
|
||||
context => q|Field type name and button label|
|
||||
},
|
||||
|
||||
'button' => {
|
||||
message => q|Button|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue