How to set email and firstname properties while creating user in RepositoryInitializer script
I want to create users using RepositoryInitializer.
create path /home/users/testGroup(rep:AuthorizableFolder)
create user dummy with path /home/users/testUsers with password Test1234
Above command works as expected but I want to add email address and firstname and lastname prop(like below screenshot) in RepositoryInitializer script. Actually these props should be set at profile node like mentioned in below screenshot. I tried with "set properties xx" but it is not working. Any idea how to set prop on user creating command ?
