Skip to content

Instantly share code, notes, and snippets.

@eight
Created November 12, 2009 00:02
Show Gist options
  • Save eight/232443 to your computer and use it in GitHub Desktop.
Save eight/232443 to your computer and use it in GitHub Desktop.
class Config(DefaultConfig):
"""MoinMoinのカスタム認証スクリプトmyauth.loginを使うようにwikiconfig.py
    で認証方法を指定。
"""
from MoinMoin.auth import moin_session,myauth
auth = [myauth.login, moin_session]
#MoinMoin内のPreferenceを自動的に作成する
user_autocreate = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment