CC-2105: SoundCloud password should be protected in Configure->Preferences UI
This commit is contained in:
parent
534dad8da2
commit
bcafa9edc4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue