Subject Re: [firebird-support] Can a user change his own password?
Author Fidel Viegas
On Thu, May 8, 2008 at 10:05 AM, Stefan Heymann <lists@...> wrote:

Stefan,

> Is there a way a user (other than SYSDBA) can change his/her own
> password? (Firebird 1.5, 2.1)


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

Fidel.