Details

Applies to
Purpose
Link to more help on OpenIDProvider
Description
This just adds a sentence with a link to HelpOnIDProvider

Patch

   1 # HG changeset patch
   2 # User Thilo Pfennig <tp@pfennigsolutions.de>
   3 # Date 1241778098 -7200
   4 # Node ID 677c1c2325419dbcf5405d7d55b54b9bf2103779
   5 # Parent  4d2bc24c77238bc47a27cbbe5d059f56dfda07e8
   6 link to HelpOnOpenIDProvider
   7 
   8 diff -r 4d2bc24c7723 -r 677c1c232541 MoinMoin/config/multiconfig.py
   9 --- a/MoinMoin/config/multiconfig.py	Fri May 01 21:50:00 2009 +0200
  10 +++ b/MoinMoin/config/multiconfig.py	Fri May 08 12:21:38 2009 +0200
  11 @@ -1181,7 +1181,7 @@
  12      'openid_server': ('OpenID Server',
  13          'These settings control the built-in OpenID Identity Provider (server).',
  14      (
  15 -      ('enabled', False, "True to enable the built-in OpenID server."),
  16 +      ('enabled', False, "True to enable the built-in OpenID server. (see [[HelpOnOpenIDProvider]] for details)"),
  17        ('restricted_users_group', None, "If set to a group name, the group members are allowed to use the wiki as an OpenID provider. (None = allow for all users)"),
  18        ('enable_user', False, "If True, the OpenIDUser processing instruction is allowed."),
  19      )),
openidhelp.patch

Discussion

I think this was missing. -- ThiloPfennig 2009-05-08 10:51:39

Plan


CategoryMoinMoinPatch

MoinMoin: MoinMoinPatch/LinkFromWikiConfigHelpToHelpOnOpenIDProvider (last edited 2009-05-08 10:51:39 by ThiloPfennig)