/shabti/templates/moinmoin/data/moin/config/more_samples/http_auth_wikiconfig_snippet
#! | 13 lines | 10 code | 3 blank | 0 comment | 0 complexity | f05cabae944d8c4b4b1b4b8d87cf8577 MD5 | raw file
- # This is a sample configuration snippet that shows moin's http auth configuration
- # See HelpOnSessions, HelpOnAuthentication and HelpOnConfiguration for more infos.
- # authentication methods used (default shown, see also other snippets):
- # if autocreate is True user profiles are created automatically
- #from MoinMoin.auth.http import HTTPAuth
- #auth = [HTTPAuth(autocreate=True)]
- # a list of form field names to be disabled in the UserPreferences.
- #user_form_disable = ['name', ]
-
- # a list of form field names to be removed from the UserPreferences.
- #user_form_remove = ['password', 'password2', ]