mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Add lookup by email address
This commit is contained in:
@@ -92,7 +92,8 @@ class UserLookupForm(forms.Form):
|
||||
|
||||
choices = [ (1, "Auth Username"),
|
||||
(2, "Character"),
|
||||
(3, "Reddit ID") ]
|
||||
(3, "Reddit ID"),
|
||||
(4, "Email Address"), ]
|
||||
|
||||
type = forms.ChoiceField(label = u'Search type', choices = choices)
|
||||
username = forms.CharField(label = u'User ID', max_length=64)
|
||||
|
||||
Reference in New Issue
Block a user