Welcome Guest, Not a member yet? Register   Sign In
Redux Auth: How do you redirect after login? [SOLVED]
#1

[eluser]dallen33[/eluser]
If a user logs in and they are in group 2, how do I send them to a particular page? I'm just confused about this. I thought I'd do it here:
Code:
switch ($redux)
            {
                case 'NOT_ACTIVATED':
                    # code...
                    break;
                case 'BANNED':
                    # code...
                    break;
                case false:
                    # code...
                    break;
                case true:
                    # code...
                    break;
            }
But everything I try doesn't seem to work. I'm obviously new. Tongue
#2

[eluser]dallen33[/eluser]
Sorry, I'm stupid. I figured out what to do based on another post.




Theme © iAndrew 2016 - Forum software by © MyBB