How can I apply hashes to passwords in login page ?
Hi @DecoresinSrl, from the server connect pannel, after adding your security login action you will be given options for username as well as password and to the right of the password field you’ll find a dynamic data symbol that looks like a lightening bolt, click on that and within data formatter find the hash options under the cryptographic section. I hope that helps, good luck!
OK. Solved. Thank you
another question. In register page how I can fix Hash ?
Same idea applies however this time when you ask for the user to enter their PLAIN text password you are going to apply the cryptographic hash formatting to the password field on submit or should I rather say from your insert to database server action.
ok. Solved. I apply in query-builder function. Thank you