Opened 17 years ago

Last modified 17 years ago

#1074 closed defect

'Forgot my password' link does not appear — at Version 1

Reported by: gdh@… Owned by: Matt Good
Priority: low Component: AccountManagerPlugin
Severity: minor Keywords:
Cc: Trac Release: 0.10

Description (last modified by Noah Kantrowitz)

Using packaged Trac 0.10.3 from backports.org. WebAdmin plugin works great, HTML logins work great with AccountManagerPlugin, but the one thing we're missing is the 'Forgot my password' link on the HTML login page...

relevant sections are:

[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.htfile.abstractpasswordfilestore = enabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.web_ui.accountmodule = enabled
trac.web.auth.LoginModule = disabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = enabled
webadmin.* = enabled

[account-manager]
password_format = htpasswd
password_store = HtPasswdStore
password_file = /var/local/trac/htpasswd

We're using TracAccountManager-0.1.3dev_r1844-py2.3.egg as retrieved for 0.10

cheers, Gavin.

Change History (1)

comment:1 Changed 17 years ago by Noah Kantrowitz

Description: modified (diff)

FIxing formatting

Note: See TracTickets for help on using tickets.