Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remember me bug #1532

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Fix remember me bug #1532

merged 1 commit into from
Nov 22, 2023

Conversation

cewert
Copy link
Member

@cewert cewert commented Nov 22, 2023

The active_user id wasn't being set for all login paths creating a bug where remember me would show the user select screen when enabled

Changes

  • Move active user logic to session.user.Login() which is used by all login paths

@cewert cewert added the bug-fix This fixes a bug. label Nov 22, 2023
@cewert cewert requested a review from a team as a code owner November 22, 2023 20:39
@1hitsong 1hitsong merged commit 5904f05 into jellyfin:unstable Nov 22, 2023
9 checks passed
@cewert cewert deleted the fix-remember-me branch January 14, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This fixes a bug.
Projects
Development

Successfully merging this pull request may close these issues.

2 participants