Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
TPA
Anonymous Ticket Portal
Commits
0367d177
Commit
0367d177
authored
Feb 16, 2021
by
ViolanteCodes
Browse files
fixed login form string login (made sure to pass user identifier to cleaned data dict)
parent
29d6c31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
anonticket/forms.py
View file @
0367d177
...
...
@@ -71,7 +71,7 @@ class LoginForm(forms.Form):
Please choose one or the other."""
)
if
all_words_filled
==
False
:
user_identifier
=
login_string
self
.
user_identifier
=
user_identifier
self
.
cleaned_data
[
'
user_identifier
'
]
=
user_identifier
if
string_filled
==
False
:
if
all_words_filled
==
False
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment