#3519 closed defect (duplicate)
Password Reset Error
Reported by: | cschnu | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I am currently running on Trac .11 and using "tracd" as the webserver. When I log in after resetting the password with "Forgot your password?" I get a continues redirect from http://myhost/myenv/prefs/account/. The following var is set like so "force_passwd_change = true".
Is this a bug or do i have something configured wrong. If you need anymore information please let me know.
Here is the debug output:
2008-08-07 14:15:13,904 Trac[main] DEBUG: Dispatching <Request "GET u'/prefs/account'"> 2008-08-07 14:15:13,934 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=u) 2008-08-07 14:15:13,935 Trac[cache] INFO: repos rev [0] != cached rev [None] 2008-08-07 14:15:13,936 Trac[session] DEBUG: Retrieving session for ID u'test2' 2008-08-07 14:15:13,944 Trac[chrome] DEBUG: Prepare chrome data for request 2008-08-07 14:15:13,952 Trac[perm] DEBUG: No policy allowed test2 performing TRAC_ADMIN on None 2008-08-07 14:15:13,953 Trac[perm] DEBUG: No policy allowed test2 performing PERMISSION_GRANT on None 2008-08-07 14:15:13,955 Trac[perm] DEBUG: No policy allowed test2 performing PERMISSION_REVOKE on None 2008-08-07 14:15:13,955 Trac[perm] DEBUG: No policy allowed test2 performing TICKET_ADMIN on None 2008-08-07 14:15:13,991 Trac[main] DEBUG: 290 unreachable objects found.
Oops looks like there was already a ticket on this one at #3354