CC-2105: SoundCloud password should be protected in Configure->Preferences UI

This commit is contained in:
martin 2011-03-30 13:14:37 -04:00
parent 534dad8da2
commit bcafa9edc4
1 changed files with 1 additions and 1 deletions

View File

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