Can i disable this page ? or redirect user to


i want to disable this page for all or for some roles

You can redirect with a workflow by using the System Auth, afterLogin trigger and a redirect prompt.
Otherwise you can restrict what people see on this page with permissions.

with workflow redirection, if the user goes through browser url domainname.com he will be redirected to this page

Then you’ll probably have to use automation scripts, or some other form of redirection.