id summary reporter owner description type status priority component severity resolution keywords cc release 1392 Internal error when logging in using tracd Peter Matt Good "After entering my login data on the login modul and submitting i get the following error message: {{{ Traceback (most recent call last): File ""/usr/local/lib/python2.4/site-packages/trac/web/main.py"", line 387, in dispatch_request dispatcher.dispatch(req) File ""/usr/local/lib/python2.4/site-packages/trac/web/main.py"", line 182, in dispatch req.authname = self.authenticate(req) File ""/usr/local/lib/python2.4/site-packages/trac/web/main.py"", line 146, in authenticate authname = authenticator.authenticate(req) File ""build/bdist.freebsd-6.2-RELEASE-p3-i386/egg/acct_mgr/web_ui.py"", line 334, in wrap File ""build/bdist.freebsd-6.2-RELEASE-p3-i386/egg/acct_mgr/web_ui.py"", line 344, in authenticate File ""build/bdist.freebsd-6.2-RELEASE-p3-i386/egg/acct_mgr/web_ui.py"", line 371, in _remote_user File ""build/bdist.freebsd-6.2-RELEASE-p3-i386/egg/acct_mgr/api.py"", line 104, in check_password File ""build/bdist.freebsd-6.2-RELEASE-p3-i386/egg/acct_mgr/htfile.py"", line 72, in check_password File ""build/bdist.freebsd-6.2-RELEASE-p3-i386/egg/acct_mgr/htfile.py"", line 176, in _check_userline NameError: global name 'user' is not defined }}} I'm running a fresh Trac installation with tracd version 0.10.3.1, WebAdmin 0.1.2dev-r4429 and Acct_Mgr 0.1.3dev-r2128. I'm running python 2.4.4 with setuptools-0.6c5-py2.4. I also tried WebAdmin r4240 and Acct_Mgr r2121, but with no success. Authentication with htdigest works great when using the trac built-in login mechanism. Relating trac.ini entries: {{{ [account-manager] htdigest_realm = trac password_file = /usr/local/share/trac/digest.auth password_store = HtDigestStore [components] acct_mgr.* = enabled acct_mgr.admin.accountmanageradminpage = enabled acct_mgr.api.accountmanager = enabled acct_mgr.db.sessionstore = enabled acct_mgr.htfile.abstractpasswordfilestore = enabled acct_mgr.htfile.htdigeststore = enabled acct_mgr.htfile.htpasswdstore = enabled acct_mgr.http.httpauthstore = enabled acct_mgr.pwhash.htdigesthashmethod = enabled acct_mgr.pwhash.htpasswdhashmethod = enabled acct_mgr.web_ui.accountmodule = enabled acct_mgr.web_ui.loginmodule = enabled acct_mgr.web_ui.registrationmodule = enabled trac.db.mysql_backend.mysqlconnector = disabled trac.db.postgres_backend.postgresqlconnector = disabled trac.web.auth.loginmodule = disabled webadmin.* = enabled }}} My digest.auth looks like {{{ username:trac:32e053b200f9b48c5878fc6b14c196c5 }}} Is this a problem with the tracd? I ran trac with accountmanager on apache without problems. But in this case i can only use tracd and don't want to pass on the web based login module Regards Peter" defect closed high AccountManagerPlugin critical duplicate tracd LoginModule 0.10