Let each user only edit their specific content

Currently building a website for a golfclub tournament with 16 golf clubs. Each club would need a user account and should only be able to see/edit their own specific entry (there is only one entry per club). Any pointers for how to approach this? (can’t find anything specific in the docs)

See Allowing interviewees to edit their own content via the panel - #3 by texnixe, the page in question can of course also be created beforehand, then assigned a user id.

There’s also a plugin: Bouncer | Kirby CMS Plugins, but it works with user roles rather than individual users, I think. You would have to check it out.

Thanks Sonja, will check it out. Cheers!