Skip to content

Fix login redirect loop issue#1510

Merged
ihalaij1 merged 1 commit intoapluslms:masterfrom
murhum1:fix-login-redirect-loop
Mar 27, 2026
Merged

Fix login redirect loop issue#1510
ihalaij1 merged 1 commit intoapluslms:masterfrom
murhum1:fix-login-redirect-loop

Conversation

@murhum1
Copy link
Copy Markdown
Contributor

@murhum1 murhum1 commented Mar 18, 2026

Description

Fixed a login redirect loop caused by a user clicking twice on the login button, successfully logging in, and then pressing the browser back button.

Fixes #1481

Testing

What type of test did you run?

  • Accessibility test using the WAVE extension.
  • Django unit tests.
  • Selenium tests.
  • Other test. (Add a description below)
  • Manual testing.

Tried clicking twice on login, logging in, and then pressing browser back button before and after the change, verifying that before the change the issue happens, and afterwards it doesn't.

@ihalaij1 ihalaij1 self-requested a review March 27, 2026 10:09
Copy link
Copy Markdown
Contributor

@ihalaij1 ihalaij1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@ihalaij1 ihalaij1 merged commit b2acac6 into apluslms:master Mar 27, 2026
8 of 9 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.

Redirection loop in Login

2 participants