Opened 18 years ago
Closed 18 years ago
#534 closed defect (fixed)
Login/Logout page isnt working properly
Reported by: | ch3nyong | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | needinfo |
Cc: | Trac Release: | 0.9 |
Description
When login link was activated, user is able to log in with their username and password. However, the login page did not response. When user refreshed the trac page, it indicated that the user has been logged in.
The same problem goes to the logout link. When user clicked on logout link, it showed nothing where it actually logged out the user. User again, needs to refresh the page in order to see the changes.
I found this statement in the log file, but am not sure what it means: " Trac[api] DEBUG: Updating wiki page index "
It happened to IE/Opera/Mozilla browsers (others not tested).
I tried removing/re-enabling plugins, restart server but all doesnt seem to work.
I'm running Trac 0.10dev on tracd. Thank you!
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | needinfo added |
---|---|
Priority: | high → normal |
Severity: | blocker → normal |
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I spent hours on it to found out that it was caused by a minor mistake. It happened to be missing of some arguements in trac.ini
base_url = htdocs_location =
Have them set up, it runs perfectly!
Please provide a listing of the HTTP headers as captured by LiveHTTPHeaders or a similar tool. I need some more info here to debug this.