SELECT length, nAlpha, nUpper, nDigits, nPunct FROM account.userPassword SELECT u.id, u.name, u.email, u.recoverPass, c.mail, c.user_id FROM account.userView u LEFT JOIN customer_view c ON u.id = c.user_id

_Configuration

_Password requirements

  • {{passwordForm.length}} _characters long
  • {{passwordForm.nAlpha}} _alphabetic characters
  • {{passwordForm.nUpper}} _capital letters
  • {{passwordForm.nDigits}} _digits
  • {{passwordForm.nPunct}} _symbols