Am Freitag 15 Januar 2010 00:38:48 schrieb Peter Stuge: > It's not enough on it's own. I have: > > [notification] > smtp_enabled = true > smtp_from = t...@... > smtp_server = localhost
I have those too. > [components] > acct_mgr.api = enabled > acct_mgr.web_ui.accountmodule = enabled > acct_mgr.web_ui.emailverificationmodule = enabled > acct_mgr.web_ui.loginmodule = enabled > acct_mgr.web_ui.registrationmodule = enabled > trac.web.auth.loginmodule = disabled and those too (with acct_mgr.* = enabled as first line). > acct_mgr.htfile.htdigeststore = enabled bot not this - normal apache pwfile instead. > tracext.git.* = enabled > authopenid.* = enabled neither those. but enabbled tracspamfilter instead. > [account-manager] > password_store = HtDigestStore > password_format = htdigest > password_file = passfile > htdigest_realm = Trac HtPasswordStore instead, and a real filename. > [openid] not using openid... > IIRC smtp_enabled=true is key. I have that. > There is something about letting Trac > know that it is actually allowed to send stuff to people's email > addresses, before the verification starts to kick in. Also check > permissions within Trac for anything weird. In the libusb Trac there > was an "authenticated" group autocreated on install, which people > belong to only after they have verified their email address using the > current config. Login still works, but not write operations. hu? I thought authenticated + anonymous = all. so it matches every user who has clicked login. btw i found this once nice: [account-manager] account_changes_notify_addresses = a...@dungeon.inka.de tells me if new user register. and I have [notification] always_notify_reporter = true smtp_always_cc = opensc-comm...@lists.opensc-project.org so we get copies of everything to the mailing list. Regards, Andreas _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel