Mo
unread,Oct 15, 2020, 8:11:32 AM10/15/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
The sections in trac.ini:
[components]
acct_mgr.admin.* = enabled
acct_mgr.api.* = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.guard.accountguard = enabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.htfile.htpasswdstore = disabled
acct_mgr.http.* = disabled
acct_mgr.model.* = enabled
acct_mgr.notification.* = enabled
acct_mgr.pwhash.* = enabled
acct_mgr.register.* = enabled
acct_mgr.register.emailverificationmodule = enabled
acct_mgr.register.registrationmodule = enabled
acct_mgr.svnserve.svnservepasswordstore = disabled
acct_mgr.web_ui.* = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.resetpwstore = enabled
[account-manager]
allow_delete_account = enabled
auth_init = enabled
authentication_url =
cookie_refresh_pct = 10
db_htdigest_realm =
db_htpasswd_hash_type = crypt
environ_auth_overwrite = enabled
force_passwd_change = enabled
generated_password_length = 8
hash_method = HtDigestHashMethod
htdigest_file = /mnt/data/trac/projects/trac-pp/trac.htdigest
htdigest_realm = trac-pp
htpasswd_file =
htpasswd_hash_type = crypt
login_attempt_max_count = 3
login_opt_list = disabled
notify_actions = new,change,delete
password_file =
password_store = HtDigestStore
persistent_sessions = enabled
refresh_passwd = disabled
register_basic_question =
register_basic_token =
register_check = BasicCheck,EmailCheck,RegExpCheck,UsernamePermCheck
require_approval = disabled
reset_password = enabled
user_lock_max_time = 86400
user_lock_time = 30
user_lock_time_progression = 2
username_char_blacklist = :[]
username_regexp = (?i)^[A-Z0-9.\-_]{4,}$
verify_email = enabled