Modify ↓
Opened 18 years ago
Closed 18 years ago
#833 closed defect (fixed)
Account page in WebAdmin stays empty
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
We use the AccountManagerPlugin 0.1.2dev together with trac 0.10. The problem is that the Account page in the trac WebAdmin stays completely empty. The setup in trac.ini is as follows:
[account-manager] htdigest_realm = sandbox password_file = /srv/trac/sandbox/conf/users.htdigest password_format = htdigest password_store = HtDigestStore [components] acct_mgr.admin.accountmanageradminpage = enabled acct_mgr.api.accountmanager = enabled acct_mgr.htfile.htdigeststore = enabled
The password_file exists and contains two users, added with the htdigest command line tools. We use the tracd standalone server with -a sandbox,/srv/trac/sandbox/conf/users.htdigest,sandbox as argument.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This was fixed by r2031. The templates were not being added to the load path when only the admin modules were enabled.