Browse Source

Update newPasswordTemplate.html

AY's Macbook Pro 3 years ago
parent
commit
da0dc5ac87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/ldap/newPasswordTemplate.html

+ 1 - 1
system/ldap/newPasswordTemplate.html

@@ -82,7 +82,7 @@
                         showErrorMessage(data.error);
                     } else {
                         //OK
-                        window.location.href = "../../../ldapLogin.system";
+                        window.location.href = "../../../";
                     }
                 }
             })