
'User and Group Accounts' Dialog box
Quote:
> Is there a way to use this dialog box only for changing passwords?
> What I mean is - are there permissions (or any other way) that affect this
> dialog box in a way that for 'regular' user it would show only the 'change
> logon password' tab, and for 'administrator' it would show the whole
thing?
> (I do mean only the logon password tab - I don't want to let user see the
> other
What I did to accomplish this was to create a form (usually as a tab on my
main menu) that had controls for both administrator functions like add and
delete user and reset password, and user functions (change password). Then
I checked the group that the user belongs to in the change event of the tab,
and if the user was an admin person, all the controls were visible,
otherwise only the password change dialog was visible.