new permissions:

* list members may be nominated as moderators by admin
* admin may allow moderators to nominate more moderators
* admin may set allowed senders to one of the following:
    * owners and mods
    * all subscribers
    * everyone
* moderators are now able to remove members from list
This commit is contained in:
2022-04-22 12:35:16 +02:00
parent 7bf492e469
commit b9b3196ae6
9 changed files with 305 additions and 36 deletions

View File

@@ -49,11 +49,15 @@
</label>
</fieldset>
<fieldset>
<legend>Archive options</legend>
<legend>Other options</legend>
<label>
<input type="checkbox" name="archive">
Collect messages in public archive
</label>
<label>
<input type="checkbox" name="edit_mods">
Moderators may edit list of moderators
</label>
</fieldset>
<button type="submit">Save</button>
</fieldset>