We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62bfc7 commit 9a6f0e4Copy full SHA for 9a6f0e4
1 file changed
ietf/wgchairs/forms.py
@@ -191,7 +191,7 @@ def get_next_form(self):
191
return self.next_form
192
193
def get_person(self, email):
194
- persons = PersonOrOrgInfo.objects.filter(emailaddress__address=email, iesglogin__isnull=False).distinct()
+ persons = PersonOrOrgInfo.objects.filter(emailaddress__address=email).distinct()
195
if not persons:
196
raise PersonOrOrgInfo.DoesNotExist
197
if len(persons) > 1:
0 commit comments