persistent_login icon indicating copy to clipboard operation
persistent_login copied to clipboard

Sets the user's time zone when the session is restored.

Open navossoc opened this issue 1 year ago • 2 comments

The issue happens when you use persistent login (remember me) feature.

Just open a new tab, make login with remember me option activated... Close your whole browser (so you will loss your session).

Open the webmail again, you will be logged, but the time zone won't be set. (you can see that the time the emails were received has changed)

The time zone is detected at the login form and send with the credentials.

Note: The bug happens only if you didn't save the user time zone on db (user.preferences).

This PR fixes it.

[]'s

navossoc avatar Jun 22 '23 12:06 navossoc