Subject Re: [IBO] Changing user password in IBO
Author terriertech
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> AlterUser(Action: TIB_AlterUserAction; AUserName, AUserPass,
AGroupName,
> AFirstName, AMiddleName, ALastName: string);
>
> Include uaModifyUser as your TIB_AlterUserAction argument and use a
valid
> user name in AUserName. Pass empty strings in the other arguments
unless
> they are used.

Ah, this info about empty strings not being used is the missing info I
needed. Thank you.

Next question - how can I let a user change *their own* password?

With TIBSecurityService, assuming I had granted permission as
described at http://www.volny.cz/iprenosil/interbase/ip_ib_isc4.htm, I
could simply follow the same process as if SYSDBA was changing their
password.

JR