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

Redirect loop if front page is /user/login #173

Open
donquixote opened this issue Feb 22, 2023 · 0 comments
Open

Redirect loop if front page is /user/login #173

donquixote opened this issue Feb 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@donquixote
Copy link

Steps to reproduce:

  • Enable oe_authentication with forced login.
  • Leave front page as "/user/login" - this is the default from core/modules/system/config/install/system.site.yml.
  • Attempt to login as an inactive user, or login with a non-existent user, and have it be auto-created as inactive.

Expected:
Not sure what we expect :)

Actual:
EU Login redirects to frontpage, Drupal refuses to login the inactive user, Drupal redirects back to EU Login, EU Login redirects back to Drupal frontpage, etc.

Workaround:
As a site builder, simply avoid having front page = /user/login.

Solution:
As maintainers of this module, we simply need to push site builders to change the default front page.
Perhaps having this issue here is good enough.

@brummbar brummbar added the bug Something isn't working label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants