Hello,
In the login step, when you set the post variable, you need to apply the same hashing and salt as you used for your create/register user server action:
If you want to use some of other hashing methods, for example SHA512, you need to create an update/create user form, and use any of the methods in the data formatter on update/insert.