TASK-237 Fix the login with AD users

This commit is contained in:
Brayan Pereyra
2025-09-22 22:29:47 +00:00
parent a777147d6f
commit 554b4ad14b
9 changed files with 926 additions and 65 deletions

View File

@@ -280,6 +280,10 @@
required
};
}
if (this.flagEdit === true) {
fields.form.password = {
};
}
return fields;
},
data() {
@@ -376,6 +380,7 @@
},
load(obj) {
this.form = obj;
this.flagEdit = true
},
test(form) {
let formDataForName = new FormData();