in reply to 302 Redirect Issue
This part
says show login form unless username/password is valid (like any one of the two is empty)unless ( $class->valid_password($username, $password, $r)) { unset_cookie($r); return login_form($r); }
Then immediately after that the same logic is repeated
Basically you need to contact whomever is supporting this application
|
|---|