Subject | Re: Can Change curent password via Stored procedure ? |
---|---|
Author | Adam |
Post date | 2008-07-24T23:52:50Z |
--- In firebird-support@yahoogroups.com, "mnavahan" <mnavahan@...> wrote:
The user's password is not kept inside your database. It is inside a
separate special security database on the server.
The Firebird Services API however allows you to set a users password,
so your application could call this directly.
Adam
>Impossible.
> Hi
>
> i need one FB(2.1 and up) sp code for change any user own password
>
> the user must input current password and new password in input
> parameter of procedure and if CURRENT_USER and current password is ok
> change the password to new
> how do it ?
The user's password is not kept inside your database. It is inside a
separate special security database on the server.
The Firebird Services API however allows you to set a users password,
so your application could call this directly.
Adam