Steverino Posted July 31, 2006 Posted July 31, 2006 (edited) I'm wondering if it is possible to give a user something other than full account privileges and yet still allow them to reset and/or delete user passwords. Is this possible? Edited July 31, 2006 by Guest
Steven H. Blackwell Posted July 31, 2006 Posted July 31, 2006 Yes. It's a built-in script step. You have the option of allowing a user to change his or her own password or of allowing a management person to reset a password for an Account and require the user to change that on next log-on. Additionally you can add Accounts, delete them, activate Accounts and deactivate them. If you have a lot of Accounts and a lot off files, you would do better to do this through External Server Authentication, where either AD or OD manages the Account and the credentials lifecycle. Steven
Steverino Posted August 3, 2006 Author Posted August 3, 2006 Sorry -- I didn't see your response earlier. I know this can be scripted, but I've found that if the user doesn't have full file access they can't change other people's passwords or modify accounts. I don't want to give full access to any of my users, but I do want select users to be able to reset passwords and delete accounts. Any idea how this might be achieved?
Steven H. Blackwell Posted August 4, 2006 Posted August 4, 2006 The Reset Account Password ScriptMaker step will do what you want. The SuperUser does not have to enjoy [Full Access] privileges in order to use this script step. Steven
Steverino Posted August 6, 2006 Author Posted August 6, 2006 That's not my experience. Users can reset their own passwords, but I can't have an administrator of those accounts without full file privileges.
Genx Posted August 6, 2006 Posted August 6, 2006 ... You have to script all of it. If you want the admin to be able to reset the accounts password you would have him put the accountname into a field, then press a button, which uses that accountname to reset the password using the Reset Account Password[] Script step, where the accountName field is the accountName in that step and some arbitrary value like 123456 is the new password.
Steverino Posted August 6, 2006 Author Posted August 6, 2006 Here's my sample file -- the script doesn't work for the limited access user. Full access -- Account: Admin, password: lucky Limited access -- Account: User, password: pass1 2nd account to be changed: User2, password: fishbowl I'm thinking now that I might have to script in a temporary change in the user's access privileges. password_test.fp7.zip
Ender Posted August 6, 2006 Posted August 6, 2006 On the bottom of the Edit Script window, hit the "Run script with full access privileges" option.
Steverino Posted August 7, 2006 Author Posted August 7, 2006 Thanks Ender -- so simple, and yet so elusive!
Recommended Posts
This topic is 6682 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now