Subject Re: [firebird-support] Can a user change his own password?
Author Anderson Farias
Hi,

> Yes, you can. You use gsec to do that. Here is how:
>
> gsec -user <your username> -password <your password>
> GSEC>
> GSEC>modify <your username> -pw <your new password>
> GSEC>quit

or

gsec -user <username> -password <password> -modify <username> -pw <newpass>

and you can also use services API for that


Regards,
Anderson Farias