1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-20 13:21:30 +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

@@ -380,6 +380,9 @@ $(document).ready(function() {
if (template.acl_app_passwds == 1){
acl.push("app_passwds");
}
if (template.acl_pw_reset == 1){
acl.push("pw_reset");
}
$('#user_acl').selectpicker('val', acl);
$('#rl_value').val(template.rl_value);