id,first_name,last_name,email,salt,salt_position,hashed_password,hashing_method,email_verifiedprefix and hashing_method is brcypt. Yes that is not a typo, it doesn't say bcrypt but brcypt instead.bcrypt : it let me add users this way but when i try to log in it says wrong password. Any idea how to solve this issue?