From: Jason Skomorowski Date: Tue, 5 Apr 2011 14:44:14 +0000 (+0000) Subject: Set sp pass to a textfield so it doesn't get cleared. X-Git-Url: http://git.indexdata.com/?p=mkdru-moved-to-drupal.org.git;a=commitdiff_plain;h=e5a219a7e1906fcb628eebb32fdcc062aff82c10 Set sp pass to a textfield so it doesn't get cleared. --- diff --git a/mkdru.module b/mkdru.module index e8631b8..b559518 100644 --- a/mkdru.module +++ b/mkdru.module @@ -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,