From 9f54383f8de7b91d2d9d61a51556f4a553537f27 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 22 Jan 2009 04:40:30 +0000 Subject: #339466 by patryk: Replace the OpenID link in user help with official link. --- modules/openid/openid.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/openid/openid.module b/modules/openid/openid.module index a058f4e50..c5dcb3271 100644 --- a/modules/openid/openid.module +++ b/modules/openid/openid.module @@ -43,7 +43,7 @@ function openid_help($path, $arg) { case 'user/%/openid': $output = '

' . t('This site supports OpenID, a secure way to log into many websites using a single username and password. OpenID can reduce the necessity of managing many usernames and passwords for many websites.', array('@openid-net' => url('http://openid.net'))) . '

'; - $output .= '

' . t('To use OpenID you must first establish an identity on a public or private OpenID server. If you do not have an OpenID and would like one, look into one of the free public providers. You can find out more about OpenID at this website.', array('@openid-providers' => url('http://openid.net/wiki/index.php/OpenIDServers'), '@openid-net' => url('http://openid.net'))) . '

'; + $output .= '

' . t('To use OpenID you must first establish an identity on a public or private OpenID server. If you do not have an OpenID and would like one, look into one of the free public providers. You can find out more about OpenID at this website.', array('@openid-providers' => url('http://openid.net/get/'), '@openid-net' => url('http://openid.net'))) . '

'; $output .= '

' . t('If you already have an OpenID, enter the URL to your OpenID server below (e.g. myusername.openidprovider.com). Next time you login, you will be able to use this URL instead of a regular username and password. You can have multiple OpenID servers if you like; just keep adding them here.') . '

'; return $output; -- cgit v1.2.3