PageRenderTime 61ms CodeModel.GetById 36ms RepoModel.GetById 1ms app.codeStats 0ms

/shabti/templates/moinmoin/data/moin/config/more_samples/http_auth_wikiconfig_snippet

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