Why a user can edit the listings published by someone else?
Hey there!
Only admin accounts should be able to edit and close all listings, along with the listing author.
Did you notice some setup where a non-admin user can edit all listings?
Let us know!
@thomasmalbaux hi,
A user with publishing permission can modify the availability of services published by the Administrator. I don’t understand why this is happening. I have the latest Open Source version.
Thanks for the details. Unfortunately, I’m not able to reproduce this.
Can you share a few more details? Maybe some screenshots and outputs to show that indeed that user isn’t an admin?
This sounds quite strange, so I’d advise to check again two things:
- user is not an admin (
community_memberships.admin
= 0) - user is not a super admin (
people.is_admin
= 0)
Keep us posted.
I’ve had to reassemble everything, (we’re starting with the Open Source version); if it happens again, I upload the images that corroborate what happens. I could have been wrong about that.
With the new installation this no longer happens. If I realize why it happened before, I will write in this thread.
I am having the same problem here. All users become admins by default. I checked the tables and
found that all users get given value 1 for community_memberships.admin. I don’t know why is that.
people.is_admin is 0 however for non admin people