We had a strange issue where the redirect didn't happen when loggin in after a failed login attempt. If the user logged in correctly the first time, the redirect happened perfectly. The attached patch fixes this issue. Because of the nature of the change, it may also fix some of the other errors posted to this queue as well.
Thanks,
Chris
| Comment | File | Size | Author |
|---|---|---|---|
| failed-login-redirect.patch | 834 bytes | cpliakas |
Comments
Comment #1
cpliakas commentedUgh. Issue queue fail. The issue is different, but the patch is the same as #526234: all redirects stop working after install of login_redirect. However, I still like adding the
break;at the end of the case block as it is a good coding practice.Comment #2
rsvelko commentedI tested this works OK in the 2.5. release
please try if this issue is reolved with 2.5
mark it as fixed if it IS fixed.
Comment #3
rsvelko commented