From 2b8943667c646fcdd3c6b7472b453ce9aace73d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 12 Sep 2007 11:32:06 +0000 Subject: #172591 by HedgeMage: add help page for openid module with short description of what does the module offer --- modules/openid/openid.module | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/openid/openid.module') diff --git a/modules/openid/openid.module b/modules/openid/openid.module index b2836a7cf..54eee9abf 100644 --- a/modules/openid/openid.module +++ b/modules/openid/openid.module @@ -43,6 +43,11 @@ function openid_help($path, $arg) { switch ($path) { case 'user/%/openid': return t('You may login to this site using an OpenID. You may add your OpenId URLs below, and also see a list of any OpenIDs which have already been added.'); + case 'admin/help#openid': + $output = '

'. t('OpenID is a secure way to use one user ID and password to log in to many web sites without special software, giving the same password to each site, or losing control over which information is shared with each site that you visit.') .'

'; + $output .= '

'. t('Users can create accounts using their OpenID, assign one or more OpenIDs to an existing account, and log in using an OpenID. This lowers the barrier to registration, which is good for the site, and offers convenience and security to the users. Logging in via OpenID is far more secure than cross-site logins using drupal.module.') .'

'; + $output .= '

'. t('More information on OpenID is available at OpenID.net', array('@url' => url('http://openid.net'))) .'

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