Set sp pass to a textfield so it doesn't get cleared.
authorJason Skomorowski <jason@indexdata.com>
Tue, 5 Apr 2011 14:44:14 +0000 (14:44 +0000)
committerJason Skomorowski <jason@indexdata.com>
Tue, 5 Apr 2011 14:44:14 +0000 (14:44 +0000)
mkdru.module

index e8631b8..b559518 100644 (file)
@@ -179,7 +179,7 @@ function mkdru_settings_form(&$form_state) {
     '#default_value' => $settings['sp']['user'],
   );
   $form['settings']['sp']['pass'] = array(
-    '#type' => 'password',
+    '#type' => 'textfield',
     '#title' => t('Service Proxy password'),
     '#description' => t('Service Proxy password'),
     '#required' => FALSE,