Hi,
I would like to know if there is any way to import a user with a password salted twice on both side of the password, i mean, on prefix/suffix position.
My hash is built with : md5(salt + password + salt)
Do you think it is possible with auth0 ?
Thanks a lot !