SELECT length, nAlpha, nUpper, nDigits, nPunct FROM account.userPassword SELECT u.id, u.name, u.email, u.recoverPass, u.nickname, u.lang, c.isToBeMailed, c.id clientFk FROM account.userView u LEFT JOIN myClient c ON u.id = c.id

_Configuration

SELECT code, name FROM language WHERE active

_Password requirements

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