Modify ↓
#1074 closed defect (worksforme)
'Forgot my password' link does not appear
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | low | Component: | AccountManagerPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
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.
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 18 years ago by
I had the same problem, but solved it :)
Try enabling notification settings, i mean this stuff:
[notification] always_notify_owner = false always_notify_reporter = false smtp_always_cc = smtp_enabled = false smtp_from = trac@localhost smtp_password = smtp_port = 25 smtp_replyto = trac@localhost smtp_server = localhost smtp_user =
comment:3 Changed 18 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Yes, as mentioned above you need to enable notifications for the password reset to work.
comment:4 Changed 18 years ago by
Ah, didn't see this post (must not have noticed the notification ;)) - just wanted to say thanks! :)
Cheers, Gavin.
Note: See
TracTickets for help on using
tickets.
FIxing formatting