Skip to content
Snippets Groups Projects
Verified Commit 3787adbe authored by Mark's avatar Mark
Browse files

Escape quote char

parent 720c23aa
No related branches found
No related tags found
Loading
Pipeline #720 failed with stages
in 5 minutes and 11 seconds
......@@ -39,6 +39,7 @@ class User(UserMixin):
Returns:
Boolean result of password verification
"""
password = password.replace('"', '\\"')
querystring = '''{{
verifyPassword(
username: "{0}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment