Login screen shows popup even without using SSO while session expired! #17522
Replies: 2 comments 4 replies
-
This happens to me when I run different Umbraco instances on localhost, effectively they would overwrite each others cookies. Could that be the problem that you are facing? |
Beta Was this translation helpful? Give feedback.
-
@wpplumber From what I can gather, you are addressing two concerns in this discussion:
The first concern (the popup) happens because the login screen is a popover lying over your content. After a successful login, the popover will disappear preserving whatever data you were editing. I agree with you that this is not the nicest UX, even though it works. An idea could be to integrate the login form itself as an iframe. As you know, the login form could be either Umbraco or any external provider like Umbraco Id or Google, Azure, etc. The second concern (flash of an older background) has been addressed for 15.1 with #17453. The first Release Candidate is out now and the final version will follow in two weeks. Do you have any remarks or ideas for how the UX could be improved regarding the popup? |
Beta Was this translation helpful? Give feedback.
-
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.2.0
Bug summary
I see the screen shot + title is enough.
Specifics
No response
Steps to reproduce
After keeping the screen idle 30+ mins, trying to login a popup shows.
Why having a popup, this is unusual? (low UX)
Expected result / actual result
No response
Beta Was this translation helpful? Give feedback.
All reactions