mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove clean from password input
This commit is contained in:
parent
2fd66420c4
commit
63d84ed1bb
@ -101,7 +101,7 @@ class PublicHandler(BaseHandler):
|
||||
next_page = "/login?" + self.request.query
|
||||
|
||||
entered_username = nh3.clean(self.get_argument("username"))
|
||||
entered_password = nh3.clean(self.get_argument("password"))
|
||||
entered_password = self.get_argument("password")
|
||||
|
||||
# pylint: disable=no-member
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user