X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/fe388980b431aef835eaf43f4547e51f763c3f4b..9e1d006070eda41708425becf5e8c9cbdb5c2053:/forum/forms.py diff --git a/forum/forms.py b/forum/forms.py index 66d78b2..0a5afe3 100644 --- a/forum/forms.py +++ b/forum/forms.py @@ -252,9 +252,7 @@ class EditUserForm(forms.Form): self.user = user def clean_email(self): - """For security reason one unique email in database""" if self.user.email != self.cleaned_data['email']: - #todo dry it, there is a similar thing in openidauth if settings.EMAIL_UNIQUE == True: if 'email' in self.cleaned_data: try: