
Registration attempt: 'ali_rezaei' / 'ali@example.com'
--------------------------------------------------
  Username valid : True
  Email valid    : True
  Password valid : True
  Overall valid  : True
  --> Registration successful!

Registration attempt: '1bad' / 'not-an-email'
--------------------------------------------------
  Username valid : False
  Email valid    : False
  Password valid : False
  Overall valid  : False
  [Username] Username must start with a letter and contain only letters, digits, _ or -.
  [Email] Email must contain '@'.
  [Password] Password must be at least 8 characters.
  [Password] Password must contain at least one uppercase letter.
  [Password] Password must contain at least one digit.
  --> Registration failed. 5 error(s) found.

Registration attempt: '' / ''
--------------------------------------------------
  Username valid : False
  Email valid    : False
  Password valid : False
  Overall valid  : False
  [Username] Username is required.
  [Email] Email is required.
  [Password] Password is required.
  --> Registration failed. 3 error(s) found.
