CC-2105: SoundCloud password should be protected in Configure->Preferences UI
This commit is contained in:
parent
534dad8da2
commit
bcafa9edc4
|
@ -59,7 +59,7 @@ class Application_Form_Preferences extends Zend_Form
|
|||
));
|
||||
|
||||
//SoundCloud Password
|
||||
$this->addElement('text', 'SoundCloudPassword', array(
|
||||
$this->addElement('password', 'SoundCloudPassword', array(
|
||||
'class' => 'input_text',
|
||||
'label' => 'SoundCloud Password:',
|
||||
'required' => false,
|
||||
|
|
Loading…
Reference in New Issue