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:
parent
8710c00970
commit
d7eb9a9d95
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue