### Eclipse Workspace Patch 1.0
#P OpenID URL 6
Index: openidurl.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/openidurl/Attic/openidurl.module,v
retrieving revision 1.7.2.7
diff -u -r1.7.2.7 openidurl.module
--- openidurl.module	9 Mar 2008 12:36:12 -0000	1.7.2.7
+++ openidurl.module	1 Jun 2008 16:04:52 -0000
@@ -15,8 +15,8 @@
     case 'admin/help#openidurl':
       global $user;
       $output = '<p>'. t('Allows using your own website as an identifier for third-party OpenID providers.') .'</p>';
-      $output.= '<ol><li>'. t('Set the <a href="@openidurlsettings">global OpenID URL</a> to change the OpenID provider that appears on the <a href="@frontpage">front page</a>', array('@openidurlsettings' => url('admin/settings/openidurl'), '@frontpage' => url())) .'</li>';
-      $output.= '<li>'. t('Configure the <a href="@userpermissions">user permission</a> to allow users to set their own personal OpenID provider that appears in their <a href="@user">user profile</a>', array('@user' => url('user'), '@userpermissions' => url('admin/user/permissions', array('fragment' => 'module-openidurl')))) .'</li></ol>';
+      $output.= '<ol><li>'. t('Set the <a href="@openidurlsettings">global OpenID URL</a> to change the OpenID provider that appears on the <a href="@frontpage">front page</a>.', array('@openidurlsettings' => url('admin/settings/openidurl'), '@frontpage' => url())) .'</li>';
+      $output.= '<li>'. t('Configure the <a href="@userpermissions">user permission</a> to allow users to set their own personal OpenID provider that appears in their <a href="@user">user profile</a>. Make sure annonymous users have access to view the user profile in order to make this work.', array('@user' => url('user'), '@userpermissions' => url('admin/user/permissions', array('fragment' => 'module-openidurl')))) .'</li></ol>';
       return $output;
     case 'admin/settings/openidurl':
       return '<p>'. t('The following allows you to modify the global OpenID provider that appears on the <a href="@front">front page</a>.', array('@front' => url()));
