Work on 08/05/2023 morning

This commit is contained in:
imnavajas
2023-05-08 15:11:08 +02:00
parent 81ef01dc01
commit 7e62ba3924
8 changed files with 874 additions and 33 deletions

View File

@ -49,7 +49,7 @@ document.addEventListener('DOMContentLoaded', function (e) {
message: 'Please enter your password'
},
stringLength: {
min: 6,
min: 4,
message: 'Password must be more than 6 characters'
}
}
@ -66,7 +66,7 @@ document.addEventListener('DOMContentLoaded', function (e) {
message: 'The password and its confirm are not the same'
},
stringLength: {
min: 6,
min: 4,
message: 'Password must be more than 6 characters'
}
}