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
This commit is contained in:
denise 2012-05-18 14:50:42 -04:00
parent 8710c00970
commit d7eb9a9d95
1 changed files with 1 additions and 1 deletions

View File

@ -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',