Trying to remove oneself from a casebook from the casebook settings page does not work; the form is missing a CSRF token and any attempt returns a somewhat confusing error on the front end:
Login Request Failed
Your attempt to log in failed. If you believe you reached this page in error, please [contact us]
This is because this is the template for any 403 status code response; the actual server response is:
Forbidden (CSRF token missing or incorrect.): /casebooks/6106-business-ethics-and-the-legal-environment/settings/
and indeed the token is visibly missing from the page if you view source.
Trying to remove oneself from a casebook from the casebook settings page does not work; the form is missing a CSRF token and any attempt returns a somewhat confusing error on the front end:
This is because this is the template for any 403 status code response; the actual server response is:
and indeed the token is visibly missing from the page if you view source.