You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SessionLoginField doesn't currently cater to the following edge cases:
Member without any LoginSession
ReadOnly view
LoginSession for which you do not have Delete rights
Acceptance criteria
If a site customises the can view permission on LoginSession, the Login Session field is displayed when you are allowed to view session for a given user.
If you don't have permission to view a LoginSession, but not to delete it, no-login delete button is displayed.
The SessionLoginField doesn't currently cater to the following edge cases:
Acceptance criteria
@silverstripeux