September 23, 201114 yr Hi, Is it possible to change a user's privilege set via script? The reason I asked is because I have created a "user management" for the supervisor to create manage users. Kindly look at the attached file and see if you could do something via script to change the privilege set based on the value of the "Privilege" field. Thanks in advance, Garu Users.zip
September 23, 201114 yr How about using the 're-login' script step to activate parallel user account with the privileges that you need?
September 23, 201114 yr Author Hi mfero, Thanks for your suggestion.... I managed to do it. Although it works but I'm sure the experts might have a better solution. Please find attached. Users.zip
September 23, 201114 yr There is no way to change the privilege set of an existing account via a script - you must delete the account and create a new one instead, as you have done. Also, you shouldn't be storing your users passwords - so when changing the privilege set, you should generate a random password and require the user to change it at next login.
September 23, 201114 yr Take a look at External Server Authentication. That can solve many of these issues. Steven
February 28, 201312 yr I am lookint for this too, I need to create 400 different privilege set , and i would like to do it by a script. thanks. www.fmsuit.com
March 1, 201312 yr Again, the best way to manage these issues is by use of External Server Authentication. That's one of its principal purposes. Steven
Create an account or sign in to comment