Hi,
I have two users , one user(user_test1) can view some reports and universes .
another user((user_test2) is a new user . just is the member of everyone .
How to set user_test2’s rigth is same as user_test1 .
i need reset a new group’s right if i create a group contain the two users .
Is there any code can run like :
Java jar prefsCopyUtil.jar PrefsCopyUtil.properties (for set a user’s properties same as another user)
That’s the reason it is recommended not to setup security at user level. If you had created a group and given rights to that group(instead of user) then you could have simply added the new user to that group, as simple as that.
What zack has told you is the best and fastest way. Simply add the new user into the group of the existing user that you would like to mirror. Then run the Java script that you have stated in your original post to update the new user’s preference setting.