}
}//TESTED
//If a redirect is supplied, send them there after logging in if successful
if ( parameters.getReturnURL() != null )
{
response.redirectTemporary(parameters.getReturnURL() + "?success=" + isLogin);
}
}
else if ( urlStr.contains("auth/forgotpassword"))
{
action = "forgot";