mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-17 19:59:29 +00:00
Add the ability to search by Service UID, resolves #272
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user