Add the ability to search by Service UID, resolves #272

This commit is contained in:
2012-07-10 22:20:20 +01:00
parent 8640be9789
commit 4a2ea74410
2 changed files with 5 additions and 1 deletions

View File

@@ -99,7 +99,8 @@ class UserLookupForm(forms.Form):
choices = [(1, "Auth Username"),
(2, "Character"),
(4, "Email Address"),
(5, "EVE API Key ID"), ]
(5, "EVE API Key ID"),
(6, "Service UID"),]
if installed('reddit') and gargoyle.is_active('reddit', request):
choices.append((3, "Reddit ID"))