1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-19 10:48:46 +00:00

[Web] add new pw_reset acl to mailbox templates

This commit is contained in:
FreddleSpl0it
2024-07-31 09:23:53 +02:00
parent c37bf0bb32
commit fbecd60e56
4 changed files with 15 additions and 3 deletions

View File

@@ -149,6 +149,7 @@
<option value="quarantine_notification" selected>{{ lang.acl["quarantine_notification"] }}</option>
<option value="quarantine_category" selected>{{ lang.acl["quarantine_category"] }}</option>
<option value="app_passwds" selected>{{ lang.acl["app_passwds"] }}</option>
<option value="pw_reset" selected>{{ lang.acl["pw_reset"] }}</option>
</select>
</div>
</div>
@@ -318,6 +319,7 @@
<option value="quarantine_notification" selected>{{ lang.acl["quarantine_notification"] }}</option>
<option value="quarantine_category" selected>{{ lang.acl["quarantine_category"] }}</option>
<option value="app_passwds" selected>{{ lang.acl["app_passwds"] }}</option>
<option value="pw_reset" selected>{{ lang.acl["pw_reset"] }}</option>
</select>
</div>
</div>