I have an issue to create new user by coding.
But its password field passwordConfig is not correct. Its use {"hashAlgorithm":"HMACSHA256"}. in umbracoUser Table.
How i will create new user manually using this exiting password encryption use in umbraco?
I want only encryption method when userService create new user with their password?
Create New User With Config password
I have an issue to create new user by coding. But its password field passwordConfig is not correct. Its use {"hashAlgorithm":"HMACSHA256"}. in umbracoUser Table.
How i will create new user manually using this exiting password encryption use in umbraco? I want only encryption method when userService create new user with their password?
is working on a reply...