Public bug reported:

Binary package hint: trac-accountmanager

When trac-accountmanager is installed and enabled, login and password-
reset fail with

> AttributeError: 'NoneType' object has no attribute 'encode'

This is a know bug which is fixed upstream, see http://trac-
hacks.org/ticket/6453. The patch described there works well for me when
applied to /usr/share/pyshared/acct_mgr/pwhash.py:

> On line 45 of acct_mgr.pwhash change:
>    realm = Option('account-manager', 'htdigest_realm')
> to
>    realm = Option('account-manager', 'htdigest_realm', '')


I am talking Lucid (x86_64) with trac-0.11.7-1 and 
trac-accountmanager-0.2.1+r7163-1

** Affects: trac-accountmanager (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769213

Title:
  trac-accountmanager dies on login with AttributeError: 'NoneType'
  object has no attribute 'encode'

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to