Skip to content

Commit

Permalink
Add detail about email_verification_required in UserRegister
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Etienne committed Mar 24, 2015
1 parent fc7f96f commit a47aa5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_management/api/views.py
Expand Up @@ -72,7 +72,8 @@ class UserRegister(generics.CreateAPIView):
"""
Register a new `User`.
Register a user and send an email to validate the new account.
An email to validate the new account is sent if `email_verification_required`
is set to `True`.
"""
serializer_class = serializers.RegistrationSerializer
permission_classes = [permissions.IsNotAuthenticated]
Expand Down

0 comments on commit a47aa5b

Please sign in to comment.