When a user tries to register a new account, he/she may encounter a situation where the request is rejected. This could have different reasons:
the email address is already in use
the user name is already in use
the password does not meet the criteria
These information are already carried in the django message system, the messages are created by django-allauth.
When a user tries to register a new account, he/she may encounter a situation where the request is rejected. This could have different reasons: