12 Jul
2021
12 Jul
'21
3:25 p.m.
Hi,
I would like to know if anyone have implemented this feature or used any workaround to be able to grant users with the ability to create list. This has been a feature in mailman2 where you as a user were able to create list with a password and you did not need to be a superuser in order to do that. I do understand that in the development documentation it states the following: Three of Django’s default User roles are relevant for Postorius:
Superuser: Can do everything.
AnonymousUser: Can view list index and info pages.
Authenticated users: Can view list index and info pages. Can (un)subscribe from lists.
Can we maybe add a different user role where the user would be able to create lists? If this is possible would anyone let me know how?