Hi ,
for a site for a club I set up some private pages that are only available for logged-in users.
Now I want to extend the user profile with further Information, that the users can give during registration or editing their profile.
I wonder where these data should be stored. First approach is to extend the login.yaml, profile.md and register.md with some extra fields.
But I am not sure, wether this would be the right way as I want to make these Infomations available for other users.
e.g. the user adds some informations about his sailing boat (it is a sailing club) and i want to show a table where I list all boat informations of all users.
- Will these information be accessable within my twigs?
- would it be possible to add some pictures to the profile?
since the account is just one <username>.yaml file and also includes some private data, my first idea does not seem to be a recommended way to solve this.
What would be the best way?
Thank you for any hints
regards
odde