mayankgopronto
04/07/2023, 11:01 AMCaused by: io.supertokens.webserver.WebserverAPI$BadRequestException: Password hash is in invalid format
from the core.
These are passwords generated by django
, they are argon2
hashes,
example: argon2$argon2i$v=19$m=512,t=2,p=2$NG5WSFhyV1p3cWhV$8r0ADt/7D1Og1mglH0qHZg
Any idea what could be going wrong?rp
04/07/2023, 11:33 AMmayankgopronto
04/07/2023, 11:36 AMrp
04/07/2023, 11:40 AMmayankgopronto
04/07/2023, 11:41 AM4.4
rp
04/07/2023, 11:41 AMjscyo
04/07/2023, 11:50 AMargon2
from the password hash and try importing again? so in the example listed above it should be $argon2i$v=19$m=512,t=2,p=2$NG5WSFhyV1p3cWhV$8r0ADt/7D1Og1mglH0qHZg
mayankgopronto
04/07/2023, 12:00 PM