
FlyAbove
-
Posts
5 -
Joined
-
Last visited
Community Answers
-
FlyAbove's post in Have A Password With One Uppercase was marked as the answer
I was able to solve the issue with this.
if (!preg_match('/[A-Z]/', $pw)) { array_push($this->errorArray, Constants::$passwordContainCapital); return; }