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

Start authentication flow if user guest Start authentication flow if user guest #39

Open
wants to merge 2 commits into
base: MOODLE_37_STABLE
Choose a base branch
from

Conversation

Yarden6260
Copy link

When a user is already authenticated as guest and try to login, authentication flow is skipped and the user stays connected as guest.
Added skip condition to check that connected user is not guest and logout guest user before authentication flow starts.

When a user is already authenticated as guest and try to login, authentication flow is skipped and the user stays connected as guest.
Added skip condition to check that connected user is not guest.
When a user is already authenticated as guest and try to login, authentication flow is skipped and the user stays connected as guest.
Added skip condition to check that connected user is not guest and logout guest user before authentication flow starts.
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.

1 participant