From 4fb8e143a321f0fd689db87162cecfae029b0f24 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 26 Mar 2012 11:28:49 -0700 Subject: Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages --- modules/openid/openid.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openid') diff --git a/modules/openid/openid.module b/modules/openid/openid.module index e08d55718..6cfdad95a 100644 --- a/modules/openid/openid.module +++ b/modules/openid/openid.module @@ -70,7 +70,7 @@ function openid_help($path, $arg) { case 'admin/help#openid': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The OpenID module allows users to log in using the OpenID single sign on service. OpenID is a secure method for logging into many websites with a single username and password. It does not require special software, and it does not share passwords with any site to which it is associated, including the site being logged into. The main benefit to users is that they can have a single password that they can use on many websites. This means they can easily update their single password from a centralized location, rather than having to change dozens of passwords individually. For more information, see the online handbook entry for OpenID module.', array('@openid-net' => 'http://openid.net', '@handbook' => 'http://drupal.org/handbook/modules/openid')) . '

'; + $output .= '

' . t('The OpenID module allows users to log in using the OpenID single sign on service. OpenID is a secure method for logging into many websites with a single username and password. It does not require special software, and it does not share passwords with any site to which it is associated, including the site being logged into. The main benefit to users is that they can have a single password that they can use on many websites. This means they can easily update their single password from a centralized location, rather than having to change dozens of passwords individually. For more information, see the online handbook entry for OpenID module.', array('@openid-net' => 'http://openid.net', '@handbook' => 'http://drupal.org/documentation/modules/openid')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Logging in with OpenID') . '
'; -- cgit v1.2.3