Modify

Opened 18 years ago

Closed 17 years ago

#833 closed defect (fixed)

Account page in WebAdmin stays empty

Reported by: jochen.eppler@… 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)

Change History (1)

comment:1 Changed 17 years ago by Matt Good

Resolution: fixed
Status: newclosed

This was fixed by r2031. The templates were not being added to the load path when only the admin modules were enabled.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.