Discussed in #116
Originally posted by Pieter3033 October 26, 2023
Hi,
I am busy creating a add user page for an admin, not sure if I am doing something wrong.
I am currently struggling converting a input password to hash_password, using the built in sqlpage.hash_password function.
Password input:

Password conversion:

Database reference:

Note: The first row (admin) hash_password was generated by myself using argon2.
The rest of the rows was generated by the hash_password function.
It seems like the input password is not inserted into the function.
Input Tested:


Discussed in #116
Originally posted by Pieter3033 October 26, 2023
Hi,
I am busy creating a add user page for an admin, not sure if I am doing something wrong.
I am currently struggling converting a input password to
hash_password, using the built insqlpage.hash_passwordfunction.Password input:

Password conversion:

Database reference:

Note: The first row (admin) hash_password was generated by myself using argon2.
The rest of the rows was generated by the hash_password function.
It seems like the input password is not inserted into the function.
Input Tested:
