The user management window supplied by OIhas the ability to modify the current user's
password. Is this functionality available to
me somewhere? I'm trying to get our program
to change the current user's password (an
administrator account), and then exit the
program, as soon as the upgrade is installed.
I tried deleting and recreating the username
using Delete_User and Create_User, but the
row is locked. (big suprise there!) What I need
is a Modify_User. Is there a way to modify
the password for the current user? Any and all
suggestions appreciated.
Duane PekseALDATA Software Management Inc.[email protected]
Duane -
Hint: Take an engine log when you change the password using the OI tools. Look at it to determine what function(s) to call.
Cameron Purdy
Revelation Software
Well Create_User always works for us just
Run Create_User UserName, PassWord, Level, Overwriteso to set password for AMcA to null where user AMcA exists already
Call Create_User("AMCA","",2,1)World Leaders in all things RevSoft