I am planning to create pages which are accessable only after login and to certain users.
For example:
User 'Alex' logs in and gets forwarded to 'user.php' which gets configured to Alex
User 'Julia' logs in and gets forwarded to 'user.php' which gets configured to Julia
...
Can this be done with Grav in conjunction with the already available login plugin? I am new to Grav, just been through the installation routines and now evaluating if it can fulfil the requirements.
Thanks in advance for any comments.