From d7eb9a9d95d8f1692ed2b63cd05e8a715312d856 Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 18 May 2012 14:50:42 -0400 Subject: [PATCH] SAAS-238: Password reset: hide these options in the preferences, allow them to be set using airtime-system command - changed "Airtime System Email" label on System->Preferences form --- airtime_mvc/application/forms/GeneralPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index 60dcccee1..aa6b52b56 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -85,7 +85,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm $systemEmail->class = 'input_text'; $systemEmail->setRequired(false) ->setValue(Application_Model_Preference::GetSystemEmail()) - ->setLabel('Airtime System Email') + ->setLabel('Reset Password \'From\' Email') ->setFilters(array('StringTrim')) ->setValidators(array( 'NotEmpty',