How to set two users's right is same

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)


lishuanggen (BOB member since 2007-03-16)

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.


zack :us: (BOB member since 2007-08-02)

The only to make sure that you forgot no rights is to run a script using sdk…

Thanks ,

  there are too many users . and two many groups .  

so i want to have a easy way to set a user is same as another user . and let they in the same groups .


lishuanggen (BOB member since 2007-03-16)

Add the new user to same group(s) as the existing user.


zack :us: (BOB member since 2007-08-02)

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.


substring :us: (BOB member since 2004-01-16)