Subject | Re: [IBO] Changing user password in IBO |
---|---|
Author | terriertech |
Post date | 2004-10-09T10:15:11Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
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
> AlterUser(Action: TIB_AlterUserAction; AUserName, AUserPass,AGroupName,
> AFirstName, AMiddleName, ALastName: string);valid
>
> Include uaModifyUser as your TIB_AlterUserAction argument and use a
> user name in AUserName. Pass empty strings in the other argumentsunless
> 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