function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JoyceJoyce 

Insert passwords into User table?

I will be creating a bunch of users from file from client.  Is it possible to insert the password with create. Source is SQL Server, although datatype is varchar, the password is encrypted, when trying to view

I see setPassword API and wondering if it was possible

Use setPassword to change a user's password to a value that you specify.Use setPassword to change a user's password to a value that you specify.

benjasikbenjasik
You have to create first, then call setPassword. You must be the admin. Cannot set the password on an insert.