Index: trunk/extensions/OpenID/OpenID.i18n.php |
— | — | @@ -31,8 +31,7 @@ |
32 | 32 | * @author Alexandre Emsenhuber |
33 | 33 | */ |
34 | 34 | $messages['en'] = array( |
35 | | - 'openid-desc' => 'Log in to the wiki with an [http://openid.net/ OpenID], and log in to other OpenID-aware web sites with a wiki user account', |
36 | | - |
| 35 | + 'openid-desc' => 'Lets users login to the wiki with an [http://openid.net/ OpenID] and login to other OpenID-aware Web sites with their wiki user account', |
37 | 36 | 'openidlogin' => 'Log in with OpenID', |
38 | 37 | 'openidserver' => 'OpenID server', |
39 | 38 | 'openidxrds' => 'Yadis file', |
Index: trunk/extensions/OpenID/README.OpenID-mediawiki-extension |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | turn depends on the OpenIDEnabled.com PHP library for YADIS. At the time of this |
70 | 70 | writing, info on installing these libraries was available here: |
71 | 71 | |
72 | | - http://www.openidenabled.com/php-openid/ |
| 72 | + http://www.openidenabled.com/php-openid/ |
73 | 73 | |
74 | 74 | Unfortunately, tt requires patches when running with PHP 5.3.x and later. |
75 | 75 | The download from the above Url and the patch will be automatically done |
— | — | @@ -340,7 +340,6 @@ |
341 | 341 | is for them. |
342 | 342 | |
343 | 343 | * $wgOpenIDAllowServingOpenIDUserAccounts -- defaults to false. |
344 | | -* |
345 | 344 | Having this enabled, it allows to use Urls of this wiki's users' pages |
346 | 345 | as OpenID identities on other OpenID-aware sites even when OpenID(s) are |
347 | 346 | associated with user accounts on this wiki. Some users might want to do that |
— | — | @@ -350,11 +349,10 @@ |
351 | 350 | on other sites. |
352 | 351 | |
353 | 352 | Remark: |
| 353 | + User page urls can (currently) only act as OpenID if the user page really |
| 354 | + exists i.e. has content. The mere existence of a user account is (currently) |
| 355 | + not sufficient. |
354 | 356 | |
355 | | - User page urls can (currently) only act as OpenID if the User page is existing, |
356 | | - i.e. has content, the mere existence of a user account is (currently) not |
357 | | - sufficient. |
358 | | - |
359 | 357 | * $wgOpenIDShowProviderIcons -- defaults to false due to potential |
360 | 358 | brand issues. With this enabled, users will see button graphics |
361 | 359 | instead of just links in OpenID provider UI. |
Index: trunk/extensions/OpenID/OpenID.setup.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | 'path' => __FILE__, |
199 | 199 | 'author' => array( 'Evan Prodromou', 'Sergey Chernyshev', 'Alexandre Emsenhuber', 'Thomas Gries' ), |
200 | 200 | 'url' => 'http://www.mediawiki.org/wiki/Extension:OpenID', |
201 | | - 'descriptiomsg' => 'openid-desc', |
| 201 | + 'descriptionmsg' => 'openid-desc', |
202 | 202 | ); |
203 | 203 | |
204 | 204 | function OpenIDGetServerPath() { |