Untitled
unknown
plain_text
3 years ago
184 B
10
Indexable
// Check if the password contains at least one number
if (!/[0-9]/.test(password)) {
alert("Your password must contain at least one number");
return false;
}
//ijiEditor is loading...