Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1074 closed defect (worksforme)

'Forgot my password' link does not appear

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.

Attachments (0)

Change History (4)

comment:1 Changed 17 years ago by Noah Kantrowitz

Description: modified (diff)

FIxing formatting

comment:2 Changed 17 years ago by xyanipheia

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 17 years ago by Matt Good

Resolution: worksforme
Status: newclosed

Yes, as mentioned above you need to enable notifications for the password reset to work.

comment:4 Changed 17 years ago by anonymous

Ah, didn't see this post (must not have noticed the notification ;)) - just wanted to say thanks! :)

Cheers, Gavin.

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.