if User.objects.filter(email=cleaned_data.get('email')).count() > 0:
            raise forms.ValidationError("Email already in use!")