[Sprint/HiperHedgehog](bug): Fixed forgot password validation
-subdomain=revolutionaryape
0/1 thread resolved
added MR::Awaiting Review label
approved this merge request
94 94 break; 95 95 } 96 96 97 if (!preg_match('/[A-Z]/', $password) || !preg_match('/\d/', $password) || !preg_match('/[^a-zA-Z\d]/', $password) || preg_match("/\\s/", $password)) { - Owner
should be note use
validate_password
function? This diverges from what register_user is using, and I think we'll trip up when we come to refactor that.
added MR::Requires Changes label and removed MR::Awaiting Review label