waldocosman Posted December 21, 2012 Share Posted December 21, 2012 Hi, I would like to redirect the users after they signed up (I work with a confirmation e-mail, so I would like to redirect them to a cms-page). I've been busy in the AuthController.php and changed every Tools::redirect() that there was available but still I've been transfered to controller=authentication. When I add a die(); statement, the script stops, but when I put the Tools::redirect() function just before the die();, the script still goes to controller=authentication while I have changed the redirect to controller=cms&cms_id=xx Does anyone have an idea? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now