usaskulc / cat

Curriculum Alignment Tool
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Logout redirection is hard coded #2

Open ionparticle opened 10 years ago

ionparticle commented 10 years ago

When a user clicks logout, they get redirected to https://cas.usask.ca/cas/logout

Looks like the logout redirection url is hard coded here: https://github.com/usaskulc/cat/blob/master/cat/web/logout.jsp

Would be nice if it could be configurable.