For redis, it's just hset global nextUid 10000
Ban single Users from Category
-
Good morning,
I'm looking for a way of banning a single user from one specific category.
So far it looks like the permission system only has two states, allowed or undefined, but no forbidden.I tried different things:
- Adding that user on the category permissions directly, removing everything except Find/Access, but then the permissions for registered-users kick in and allow writing again.
- Adding a second group with that user to that category with limited permissions - see above, same problem
- Same as previous option, but with removing that user from registered-users - works but...
... we have round about 150 categories, adding a new group to all of them is a lot of work. Also I'm not sure if removing a user from registered-users is a good idea.
Is there a nicer way to reach my goal?
-
@julian Do you see an easy/nice way how to solve this problem?
-
@Florian-Müller said in Ban single Users from Category:
@julian Do you see an easy/nice way how to solve this problem?
A not very practical way would be to create a group for each category. Unless you write a plugin or script to ease the pain of management it will be headache inducing.