-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I'm trying to log in but I am getting the following reply
{"ts":1538424689127,"code":"1001","msg":"","data":{}}I wonder if my password hash is correct. I used the following python code:
from hashlib import md5
md5(md5(b"test").hexdigest().encode()).hexdigest()Does this look correct?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels