badcamp / badcamp-2018

The magic that is the BADCamp 2018 website!
https://2018.badcamp.net
MIT License
0 stars 2 forks source link

User Login Loop #139

Closed JQTNguyen closed 6 years ago

JQTNguyen commented 6 years ago

When using the "Log out ('Log in' for anonymous users)" link in the Primary Navigation, user are arriving at https://2018.badcamp.net/user/login?current=/themes/custom/badcamp_2018/fonts/fontawesome-webfont.woff2, which can result in an Endless Loop where the user is not actually logged in, and clicking on the "Log in" link takes them back to https://2018.badcamp.net/user/login?current=/themes/custom/badcamp_2018/fonts/fontawesome-webfont.woff2 again.

JQTNguyen commented 6 years ago

While implementing a Stopgap Workaround of Manually Creating a "Log in" link (i.e.: /user/login) and a Manually Created "Log out" link (i.e.: "/user/logout") in the Primary Navigation, this issue appears to have resolved itself after both the Drupal "Log in" and Manual "Log in" links were included in the same menu for a side-by-side comparison.

Contacted Genevieve to try and reproduce the original Wonky Login Loop, as she is the one who initially reported it.