devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Remove `REDIRECT_URL`s from default settings #141

Closed torgeirl closed 9 months ago

torgeirl commented 1 year ago

trix/project/default/settings.py includes default redirect URLs for logins and logouts:

# Redirect logins and logouts to the frontpage by default
LOGIN_REDIRECT_URL = '/'
LOGOUT_REDIRECT_URL = '/'

These are probably not helping with #126, and should probably have be removed alongside #27.

Levijatan commented 10 months ago

Removed in cdcc742

torgeirl commented 9 months ago

Looks like we instead of removing these should set them to fallbacks when what is needed for next to work is missing. Working on identifying what those fallbacks should be.