EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Incorrect redirection after logout #1211

Closed LucaCinquini closed 8 years ago

LucaCinquini commented 8 years ago

Who: Sylvia

If a user is logged into a page that requires special privileges to view, such as project administrator or site administrator, and logs out, he/she is redirected to the same page, and then to the wrong LOGIN url.

LucaCinquini commented 8 years ago

This issue was caused by incorrect LOGIN_URL in settings.py, which was lacking a trailing '/'. Now fixed.

murphysj commented 8 years ago

Tested after release. Closing.