Redirect to My Account after signup/login

You can use default-homepage hooks, on hooks.py
https://frappeframework.com/docs/v13/user/en/python-api/hooks#default-homepage
However, system users are always redirected to /app
so you can use the solution

to redirect them to /index

1 Like