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 webui login not working in some cases #1459

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

adejanovski
Copy link
Contributor

Fixes #1450

The recent-ish addition to the shiro.ini to specify settings for the Session and RememberMe managers created some bugs (under circumstances that we couldn't figure out) where any login attempt would fail without any error message despite passing the correct credentials.

Tests in an environment that was exhibiting the bug (on an EC2 instance running both Reaper and Cassandra) allowed to verify that removing those additions to the shiro.ini file would fix the issue.

@adejanovski adejanovski marked this pull request as ready for review January 10, 2024 09:34
@adejanovski adejanovski changed the base branch from master to 3.4 January 10, 2024 09:34
@adejanovski adejanovski merged commit 33ecb8f into 3.4 Jan 10, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webui login not working in docker
1 participant