JM
Asked
Dear,
Currently having Shop homepage as Default.
Required Admin Login page as Homepage and it should point to Dashboard after Login.
Currently having Shop homepage as Default.
Required Admin Login page as Homepage and it should point to Dashboard after Login.
- MSAnsweredHello,
If you have asked the question in reply then you shouldn't ask it again. Please avoid duplications, ask new question rather than asking it in the reply of any previous question.
> If you have shop module system will use shop login as default. To change this you will need edit `login` method of `app/controllers/Main.php`
Thank you - JMAnsweredDear,
Sorry for the above double entry question?
Secondly, Kindly be little more elaborate . We already seen [app/controllers/Main.php] but you have not mention to replace any file/code to shift default login - MSAnsweredHello,
> Please be informed that we don't offer support for modifications or modified versions. You are allowed to modify the item code at your own risk as per license.
You need to add the `redirect('admin/login');` at start of the method.
Thank you - Login to Reply