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

Refactor comment

parent f24229aa
No related branches found
No related tags found
1 merge request!5Service Integration
......@@ -30,7 +30,7 @@ class User(UserMixin):
def _verify_password(self, password):
"""Verifies cleartext password
Sends the cleartext password provided to the function to the GraphQL API
Sends the cleartext `password` to the GraphQL API
which verifies the password by hashing it and comparing it to a stored password
hash.
......
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