Ticket #1513 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Logged in/out problems

Reported by: dread Owned by: dread
Priority: major Milestone: ckan-sprint-2012-02-06
Component: ckan Keywords: ux
Cc: Repository: ckan
Theme: none

Description

Richard Cyganiak: I often see a problem where half the system thinks that I'm logged in, while the other half insists I'm not. Logout then login again may fix it.

David Read: I think I've seen it several times that the "My Account" link is given (suggesting you're logged in) but when you click it it asks you to log in, which means you weren't.

Change History

comment:1 Changed 2 years ago by dread

  • Keywords ux added
  • Owner changed from dread to zephod
  • Status changed from new to assigned

This problem is now more obvious because we display use name. If there is an user icon, but no user name then you are in this 'inbetween' state.

The problem is that the cookie exists in your browser, but it is not valid, for whatever reason.

The solution is to change the css/javascript that displays the Register/My? Account bit in the corner to talk to Auth, rather than just check for the cookie.

comment:2 Changed 2 years ago by dread

  • Owner changed from zephod to dread
  • Milestone changed from ckan-backlog to current-ckan-sprint-2012-02-06

Fixed in [master ff90b3f]. Headed for 1.6 release.

comment:3 Changed 2 years ago by dread

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.