I Am using Django on my website, and using django-registartion for the activation flow.
I am not quite sure if thats how it should behave. on my site , the user fill in the registration form , activation email is forward to his email. When the user click on the activation link, he reached activation complete state.
However, The user in that moment needs to login. Is that how it should work? or should an actiivation complete state also login the user to the system ?