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 Redirect user back when accessing MFA with a stale session #218

Conversation

robbieaverill
Copy link
Contributor

This ensures that when the UI says "You need to re-verify your account before continuing. Please reload and try again." that the page redirects you back to login when you reload.

Issue: #187 (although potentially more to come)

Also adds some null pointer exception handling and replaces is_null($var) with $var === null.

@robbieaverill robbieaverill force-pushed the pulls/4.0/sudo-mode-timeout-handling branch from d3958f7 to 8dc0740 Compare June 24, 2019 04:04
@Cheddam Cheddam merged commit 284e533 into silverstripe:master Jun 25, 2019
@Cheddam Cheddam deleted the pulls/4.0/sudo-mode-timeout-handling branch June 25, 2019 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants