~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/config/more_samples/http_auth_wikiconfig_snippet

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    # This is a sample configuration snippet that shows moin's http auth configuration
 
2
    # See HelpOnSessions, HelpOnAuthentication and HelpOnConfiguration for more infos.
 
3
 
 
4
    # authentication methods used (default shown, see also other snippets):
 
5
    #from MoinMoin.auth.http import HTTPAuth
 
6
    #auth = [HTTPAuth()]
 
7
 
 
8
    # If set to True user accounts are created automatically
 
9
    #user_autocreate = True
 
10
 
 
11
    # a list of form field names to be disabled in the UserPreferences.
 
12
    #user_form_disable = ['name', ]
 
13
 
 
14
    # a list of form field names to be removed from the UserPreferences.
 
15
    #user_form_remove = ['password', 'password2', ]