Grav routing, client portal,

Good Day Everyone
Was looking to get some advice.

I have installed the login Plugin in grav to make the site private.

What I want do from there is have clients connect and route to their own private pages upon login.

Can anyone advise how I can do it on the user yaml configuration?

Kind Regards
John-Ri

Check the redirect action. I guess you could redirect every user to something like /user/profile/id:{{ grav.user.id }} (not sure about grav.user part though, maybe someone knows how to get user exactly)