Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14FA39D9B for ; Tue, 26 Jun 2012 15:41:10 +0000 (UTC) Received: (qmail 47930 invoked by uid 500); 26 Jun 2012 15:41:09 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 47910 invoked by uid 500); 26 Jun 2012 15:41:09 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 47900 invoked by uid 99); 26 Jun 2012 15:41:09 -0000 Received: from bloodhound-vm.apache.org (HELO bloodhound-vm) (140.211.11.32) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 15:41:09 +0000 Received: from bloodhound-vm.apache.org (localhost [127.0.0.1]) by bloodhound-vm (Postfix) with ESMTP id 2DDC8810BB; Tue, 26 Jun 2012 15:41:08 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Apache Bloodhound" X-Trac-Version: 0.13dev-r10952 Cc: bloodhound-commits@incubator.apache.org Auto-Submitted: auto-generated X-Mailer: Trac 0.13dev-r10952, by Edgewall Software X-Trac-Project: Apache Bloodhound Date: Tue, 26 Jun 2012 15:41:07 -0000 Reply-To: bloodhound-dev@incubator.apache.org X-URL: https://issues.apache.org/bloodhound/ Subject: Re: [Apache Bloodhound] #17: Test account manager plugin versions X-Trac-Ticket-URL: https://issues.apache.org/bloodhound/ticket/17#comment:1 Message-ID: <067.8e52888b19951bc7c10ca5c7ee4e997f@incubator.apache.org> References: <052.32ebb7b8d6169f9fda372fda9378b709@incubator.apache.org> X-Trac-Ticket-ID: 17 In-Reply-To: <052.32ebb7b8d6169f9fda372fda9378b709@incubator.apache.org> #17: Test account manager plugin versions -----------------------+------------------------------------- Reporter: gjm | Owner: gjm Type: task | Status: new Priority: critical | Milestone: RC1 for initial release Component: plugins | Version: Resolution: | Keywords: -----------------------+------------------------------------- Comment (by gjm): Installing with the current stable version (0.11 branch) at least appears to work in a more obvious way. I was able to test using the following (partial) configuration: {{{ #!ini [account-manager] account_changes_notify_addresses = [your email address] authentication_url = db_htdigest_realm = force_passwd_change = true hash_method = HtDigestHashMethod htdigest_file = [path/to/bloodhound/environments/bloodhound.htdigest] htdigest_realm = bloodhound htpasswd_file = htpasswd_hash_type = crypt notify_actions = new,change,delete password_file = [path/to/bloodhound/environments/bloodhound.htdigest] password_store = SessionStore,HtDigestStore persistent_sessions = False refresh_passwd = False user_lock_max_time = 0 verify_email = True [components] acct_mgr.admin.*= enabled acct_mgr.api.accountmanager = enabled acct_mgr.db.sessionstore = enabled acct_mgr.guard.accountguard = enabled acct_mgr.htfile.htdigeststore = enabled acct_mgr.notification.accountchangelistener = enabled acct_mgr.notification.accountchangenotificationadminpage = enabled acct_mgr.pwhash.htdigesthashmethod = 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 [notification] smtp_enabled = True smtp_server = localhost smtp_from = test@localhost smtp_always_cc = [your email address] smtp_port = 1025 [trac] auto_reload = true database = sqlite:db/bloodhound.db default_date_format = default_language = default_timezone = base_url = http://localhost:8000/main }}} and running {{{ #!sh python -m smtpd -n -c DebuggingServerocalhost:1025 }}} to provide a simple test server. The version available at pypi (http://pypi.python.org/pypi/TracAccountManager/) is only version 0.2.1dev-!r4697 which dates back to 2008 and so I would suggest it should not be supported. I'll qualify that by saying this is a suggestion based on limited testing. -- Ticket URL: Apache Bloodhound The Apache Bloodhound (incubating) issue tracker