Add wildcard support to management.js.

This commit is contained in:
Juliusz Chroboczek
2024-05-08 14:59:50 +02:00
parent ef6cff1d24
commit 9f2df6af2a
2 changed files with 33 additions and 19 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ document.getElementById('passwordform').onsubmit = async function(e) {
}
try {
await setPassword(group, user, new1, old);
await setPassword(group, user, false, new1, old);
document.getElementById('old').value = '';
document.getElementById('new1').value = '';
document.getElementById('new2').value = '';