Hello dear all i Tried to enable Login Module, signup and other module in account manager for my trac but no changes occur on the server i don't know what i have missed. i installed accountmanager and currently using httpauthentication, but i want to give it a signup page for new users to regester i added the registration module too. this is my Trac.ini file configuration --------------------------------------------------------------------------------- [account-manager] account_changes_notify_addresses = authentication_url = force_passwd_change = true hash_method = HtDigestHashMethod htdigest_realm = htpasswd_hash_type = crypt notify_actions = new,delete password_file = /htpasswd password_format = htpasswd password_store = HtPasswdStore persistent_sessions = False refresh_passwd = False user_lock_max_time = 0 verify_email = true
[components] acct_mgr.admin.accountmanageradminpage = enabled acct_mgr.api.accountmanager = enabled acct_mgr.htfile.abstractpasswordfilestore = enabled acct_mgr.htfile.htdigeststore = disabled acct_mgr.http.httpauthstore = enable acct_mgr.htfile.HtPasswdStore = enabled acct_mgr.web_ui.accountmodule = enabled acct_mgr.web_ui.loginmodule = enabled acct_mgr.web_ui.registrationmodule = enabled password_file = /htpasswd password_format = htpasswd password_store = HtPasswdStore htdigest_realm = TracRealm trac.web.auth.loginmodule = disabled tracrpc.* = enabled webadmin.* = enabled webadmin.basics.* = enabled webadmin.logging.* = enabled webadmin.perm.* = enabled webadmin.plugin.* = enabled webadmin.ticket.* = enabled webadmin.web_ui.* = enabled trac.web.auth.LoginModule = disabled acct_mgr.web_ui.LoginModule = enabled -------------------------------------------------------------------------------------- i don't know what is wrong i am using trac v0.12.2 i hope you guys help me out. best regards -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
