Jump to content

FlyAbove

New Members
  • Posts

    5
  • Joined

  • Last visited

Community Answers

  1. 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;  }  
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.