Modify ↓
Opened 18 years ago
Closed 18 years ago
#1358 closed enhancement (duplicate)
reset_password needs to allowed
Reported by: | Owned by: | Anton Graham | |
---|---|---|---|
Priority: | normal | Component: | AuthRequiredPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
The reset_password page from the AccountManager plugin can't be displayed which prevents a user from getting a new password via email.
Please add:
req.path_info.startswith('/reset_password') or \
to the if check to allow users to get this feature.
Thanks.
Darren
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Has this been fixed yet? I am running into same issue.