mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Work on 08/05/2023 morning
This commit is contained in:
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user