Board index » delphi » Change User Password

Change User Password

Hi,

    Is there a way to change a user password programatically? Some like an
Interbase Component.

Nicolas

 

Re:Change User Password


Depends on what data access package you use ;-).

- IBX has a TIBSecurityService component (AFAIK at least IB 6 must be installed on the development
machine)

- IBObjects has a TIB_Connection.AlterUser method

- FIBPlus has probably something similar.

You will find many threads on this issue at Google ...

HTH,
Thomas Steinmaurer
IB LogManager 2.0 - The Logging/Auditing Tool for InterBase and Firebird
http://www.iblogmanager.com

"Nicolas Avellaneda" <an...@netverk.com.ar> schrieb im Newsbeitrag news:3d7d299f@newsgroups.borland.com...

Quote
> Hi,

>     Is there a way to change a user password programatically? Some like an
> Interbase Component.

> Nicolas

Other Threads