HackTJ / live

A massively scalable application for realtime hackathon judging and mentoring.
MIT License
5 stars 2 forks source link

`LOGIN_REDIRECT_URL = "/"` results in confusing user flow #106

Open sumanthratna opened 2 years ago

sumanthratna commented 2 years ago
  1. login
  2. go to /accounts/signup or /accounts/login
  3. 302 redirect to / -- confusing

https://github.com/HackTJ/live/blob/c2720790a8089c222534c25b900795aa096f2a18/hacktj_live/settings.py#L159

instead, redirect to /accounts/profile (default setting value) to indicate that user is already logged in