Add workflow activity for expiry of users with unvalidated email addresses.
This commit is contained in:
parent
631d8cb0e6
commit
133cac4f77
5 changed files with 139 additions and 1 deletions
|
|
@ -0,0 +1,21 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_ExpireUnvalidatedEmailUsers;
|
||||
|
||||
our $I18N = {
|
||||
'activityName' => {
|
||||
message => q|Expire Unvalidated Email Users|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 1165406607,
|
||||
},
|
||||
|
||||
'interval hoverHelp' => {
|
||||
message => q|How long a user must remain with their email address unvalidated before they are deleted.|,
|
||||
lastUpdated => 1165406607,
|
||||
},
|
||||
|
||||
'interval label' => {
|
||||
message => q|Expiry Time|,
|
||||
lastUpdated => 1165406607,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue