? sites/default/files
? sites/default/settings.php
Index: modules/openid/openid.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/openid/openid.module,v
retrieving revision 1.31
diff -u -p -r1.31 openid.module
--- modules/openid/openid.module	12 Oct 2008 04:30:06 -0000	1.31
+++ modules/openid/openid.module	17 Oct 2008 00:58:42 -0000
@@ -103,11 +103,12 @@ function openid_form_alter(&$form, $form
 
     $form['openid_identifier'] = array(
       '#type' => 'textfield',
-      '#title' => t('Log in using OpenID'),
+      '#title' => t('Your OpenID'),
       '#size' => ($form_id == 'user_login') ? 58 : 13,
       '#maxlength' => 255,
       '#weight' => -1,
-      '#description' => l(t('What is OpenID?'), 'http://openid.net/', array('external' => TRUE)),
+      '#default_value' => 'yourname.myopenid.net',
+      '#description' => t('Enter your OpenID URL.') . ' ' . l(t('What is OpenID?'), 'http://openid.net/', array('external' => TRUE)),
     );
     $form['openid.return_to'] = array('#type' => 'hidden', '#value' => url('openid/authenticate', array('absolute' => TRUE, 'query' => drupal_get_destination())));
   }
