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

Consider logged_out state before denying session init on user logon #779

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gradecke
Copy link
Contributor

General information

When configuring "Limit login to single session at a time" and then logging out, the user can not login again until the session time out (configured in the global setting) is reached.

This is due to the fact, that when this setting is used, the "logged_out" attribute of the user's session info is never checked.

This very short PR fixes this issue.

Affects at least 2.2-2.3 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants