1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 18:06:01 +00:00

Merge pull request #6009 from mailcow/feat/pw-reset

[Web] Add a forgot password flow
This commit is contained in:
FreddleSpl0it
2024-08-15 11:06:30 +02:00
committed by GitHub
23 changed files with 888 additions and 111 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);