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

Configuration

Personal information
SELECT code, name FROM language WHERE isActive
Change password
Password requirements
  • {{passwordForm.length}} characters long
  • {{passwordForm.nAlpha}} alphabetic characters
  • {{passwordForm.nUpper}} capital letters
  • {{passwordForm.nDigits}} digits
  • {{passwordForm.nPunct}} symbols