timokoenig / hostrefugees

HostRefugees, at your place!
Apache License 2.0
4 stars 0 forks source link

Assign posts to signed in user #26

Closed timokoenig closed 2 years ago

timokoenig commented 2 years ago

Currently the post is not assigned to a user. That means once it gets created, nobody except an administrator can edit it.

If a user is signed in and creates a post, we will assign that user to the post, so the user will be able to edit or deactivate it.

timokoenig commented 2 years ago

Done