「AccountManagerPluginのインストール」の版間の差分

提供: Wikiducca
移動: 案内検索
(ページの作成:「= AccountManagerPlugin とは= '''ユーザの account を trac のページから管理するためのプラグイン''' = インストール = easy_install -Z http...」)
 
(The Pioneer (ノート) による版 4410 を取り消し)
 
(9人の利用者による、間の14版が非表示)
行8: 行8:
  
 
= 設定 =
 
= 設定 =
trac.conf に以下を追記。
+
trac.ini に以下を追記。
 
== components ==
 
== components ==
 
<pre>
 
<pre>

2019年1月8日 (火) 08:01時点における最新版

AccountManagerPlugin とは

ユーザの account を trac のページから管理するためのプラグイン


インストール

easy_install -Z http://trac-hacks.org/svn/accountmanagerplugin/trunk


設定

trac.ini に以下を追記。

components

[components]
acct_mgr.admin.accountmanageradminpanels = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.guard.accountguard = enabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.macros.accountmanagerwikimacros = disabled
acct_mgr.pwhash.htdigesthashmethod = disabled
acct_mgr.pwhash.htpasswdhashmethod = disabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.emailverificationmodule = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = enabled

account-manager

[account-manager]
cookie_refresh_pct = 10
force_passwd_change = true
generated_password_length = 8
htdigest_file = /home/trac/.htpasswd
htdigest_realm =
htpasswd_file = /home/trac/.htpasswd
htpasswd_hash_type = crypt
login_opt_list = false
password_store = HtPasswdStore
persistent_sessions = False
refresh_passwd = False
user_lock_max_time = 0
verify_email = false