Disabling home / dashboard

HI Everyone,

I want to direct user to a custom module after they login and essentially get ride of the Home / dashboard. I can remember how to do it… Should I create a custom controller.php file in custom/module/home/ with a specific action redirecting to the custom module view

thx

There are config setting to set the default modules and action,

setting the ‘default_module’ in the config might be all you need to do in this case

1 Like

I can’t seem to find where to set the “default_module”. Can you direct me?

in your config file config.php

use: ‘default_module’ => ‘ModuleName’, <== change default module
‘default_action’ => ‘index’, <=== change the default action