Wappler Version : 4.5.1
Operating System : MacOS M1
Server Model: NodeJS
Database Type: MariaDB
I would like to implement password hashing using Argon2. I found manuals how to do it but somehow I can not insert password into database. It seems the script crash after the step Database Insert. Insert for other values works fine when I remove password from Insert Options. SHA512 is kind of workaround because it works, but this is not ideal solution for me.
If I move Database Insert step (only for password) to the end of the action, new user is created in db, without password and I can see error 500 (Internal Server Error) in browser. When this step is disabled (Password Hash still enabled) I don’t get any errors.
Do you have any idea where to find issue?
It is my first post here so apologies if something is unclear or is missing.
Last updated: