Thanks, I found solution by myself
The reason was that in auth0 password hash uses salt 10 and in my system it was set as 12.
So I changed password_hash to custom_password_hash and all works
1 Like
Thanks, I found solution by myself
The reason was that in auth0 password hash uses salt 10 and in my system it was set as 12.
So I changed password_hash to custom_password_hash and all works