Forum Discussion

ishaanand's avatar
ishaanand
New Contributor II
3 years ago
Solved

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 cau...
  • kberry's avatar
    3 years ago

    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.