a_igin

Untitled

Jul 6th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. INVALID_CREDENTIALS_ERROR = _("Unable to log in with provided credentials.")
  2. INACTIVE_ACCOUNT_ERROR = _("User account is disabled.")
  3. NO_ROLE_ERROR = _("The user don't have any role.")
  4. EMAIL_EXISTS = _('User with this email already exists')
  5. PHONE_EXISTS = _('User with this phone already exists')
Add Comment
Please, Sign In to add comment