Subject | PASSWORD() function ? |
---|---|
Author | Riste Pejov |
Post date | 2002-09-04T10:01:23Z |
Does FB have a PASSWORD function ?
I would like to generate the encrypted password the same way it is stored in
isc4.gdb
so i could then update user password in something like this:
(using isc4.gdb)
UPDATE users SET password=PASSWORD("secret_pass") WHERE user="my_user";
if anyone used MySQL he would probably know what i wanna do :)
[Non-text portions of this message have been removed]
I would like to generate the encrypted password the same way it is stored in
isc4.gdb
so i could then update user password in something like this:
(using isc4.gdb)
UPDATE users SET password=PASSWORD("secret_pass") WHERE user="my_user";
if anyone used MySQL he would probably know what i wanna do :)
[Non-text portions of this message have been removed]