franco.pentangeli Posted January 5, 2012 Share Posted January 5, 2012 Hi, When user log in, I want to stop redirection to my-account.php each time He want to go to autenticathion.php . How can I do it? Thanks F Link to comment Share on other sites More sharing options...
bellini13 Posted January 5, 2012 Share Posted January 5, 2012 where do you want the user to go to? When a user clicks the Login button, it is a link to the my-account.php. you would need to replace that link with something else, but what? Link to comment Share on other sites More sharing options...
franco.pentangeli Posted January 9, 2012 Author Share Posted January 9, 2012 Bellini are you italian? Link to comment Share on other sites More sharing options...
bellini13 Posted January 9, 2012 Share Posted January 9, 2012 my roots are from Italy yes, but I am a 3rd generation american. Link to comment Share on other sites More sharing options...
franco.pentangeli Posted February 7, 2012 Author Share Posted February 7, 2012 where do you want the user to go to? When a user clicks the Login button, it is a link to the my-account.php. you would need to replace that link with something else, but what? I want to go to prices-drop.php Link to comment Share on other sites More sharing options...
bellini13 Posted February 7, 2012 Share Posted February 7, 2012 you want to override the AuthController.php. Where you see 'my-account.php', change it to 'prices-drop.php' 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