mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 06:05:53 -05:00
Fixed create user account dialog
This commit is contained in:
parent
43c8567b0d
commit
def1edc918
2
public/scripts/amt-wsman-0.2.0-min.js
vendored
2
public/scripts/amt-wsman-0.2.0-min.js
vendored
File diff suppressed because one or more lines are too long
@ -10128,8 +10128,8 @@
|
||||
QS('p4hemail').color = emailok?'black':'#7b241c';
|
||||
|
||||
if (serverinfo.emailcheck) {
|
||||
QE('p4verifiedEmail', ve);
|
||||
QE('p4invitationEmail', ve && Q('p4resetNextLogin').checked && Q('p4verifiedEmail').checked);
|
||||
QE('p4verifiedEmail', emailok);
|
||||
QE('p4invitationEmail', emailok && Q('p4resetNextLogin').checked && Q('p4verifiedEmail').checked);
|
||||
if (emailok == false) { Q('p4verifiedEmail').checked = false; }
|
||||
if ((Q('p4resetNextLogin').checked == false) || (Q('p4verifiedEmail').checked == false)) { Q('p4invitationEmail').checked = false; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user