Application Name: Reference Application Version Number: 2.11.0
Hello everyone!
I am trying to add new users in bulk( let’s suppose 100) directly in the database since it will be easy.
I have created a person and then a user in the database.
Now I want to assign login credentials to it.
Does anyone know how to set up password and salt directly in the database?
Also, if someone could tell me how the password and salt are stored in the database and which hashing algorithm is used?(I found out that it uses SHA512 hashing algorithm but how does it use it? From where is the salt generated? How is the password and salt hashed and stored in the database so I can do it directly?)
Any help is welcome!