Issue with bulk native user creation using internal authentication.
When creating a loadable xml format for bulk user creation using internal authentication, we face issue while signing in using the created users (the password encryption and decryption might have caused it)
Is there any way out to solve this?
For eg. : We created a user TestOS with password as Welcome1 using xml, but when this user tries to log in using the same credential, the user faces sign-in issues.
You have two choices:
(1) Do not include the <encryptedPassword> line in the XML file, in which case all new users will have the default password of 'OneStream'.
(2) Manually change the password of TestOS to 'Welcome1' in the OneStream client. Extract the security xml and use TestOS's encrypted password string for your new users. It will be the encrypted version of 'Welcome1'.Users will be required to create a new password when they login for the first time in either case.