Run on registration and alert on new user have been converted to a single workflow.

This commit is contained in:
JT Smith 2006-03-10 03:48:23 +00:00
parent 5956fce2f1
commit 3e60294bb6
33 changed files with 315 additions and 50 deletions

View file

@ -232,7 +232,9 @@ sub www_editSettings {
-hoverHelp=>$i18n->get('118 description'),
-value=>$session->setting->get("anonymousRegistration")
);
$tabform->getTab("user")->text(
$tabform->getTab("user")->workflow(
-none=>1,
-type=>"WebGUI::User",
-name=>"runOnRegistration",
-label=>$i18n->get(559),
-hoverHelp=>$i18n->get('559 description'),