You are viewing limited content. For full access, please sign in.

Question

Question

Participant Users Creation Through SQL

asked on November 2, 2017 Show version history

Hi Everyone.

 

I have a situation in a sollution that I am building.

 

The Customer has LFDS, but does not want to authenticate through LFDS.

 

I know Users can be created though Workflow using SQL instead of an SDK, but would it be possible to create users in the repository and Forms through a SQL Insert Query through Workflow?

0 0

Replies

replied on November 2, 2017

Hi Freddie,

I think this would be a fraught effort for reasons including that the [trustee].[password] is hashed, you'd need to generate salt for the [trustee].[salt] column, the [cf_users].[sid] column appears to auto increment, and there are presumably dependencies/foreign key relations that I am not aware of. But I could be completely off base.

Just curious: why doesn't your client want to authenticate via LFDS?

~Rob

0 0
replied on November 2, 2017

Modifying the database directly is not supported unless specifically directed by Tech Support to correct a problem.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.