Hey folks,
I use a SSO (shibboleth) for authenticating users and I need to be able to redirect users to a path other than /user/login. Attached is a patch that allows users to set a different path to redirect a user to after they receive the 403 response.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | r4032login-change_post_403_redirects-1516346-2.patch | 1.86 KB | notzach |
| #1 | r4032login-change_post_403_redirects-1516346-0.patch | 1.79 KB | notzach |
Comments
Comment #1
notzach commentedHere's the patch, it's based on the 6.x-1.x branch and tested against 6.25.
Comment #2
deekayen commentedSince I know you're fully capable of creating a 7.x version of this patch, please make one.
Comment #3
notzach commentedYou're right, I just put one together.
It's tested against 7.12 and is built from the 7.x-1.x branch.
Comment #4
deekayen commentedthank you