> But how do i, as administrator, select the users password and decrypt it?
> This is supposed to be used on a "forgotten password" page.
This is a hash function -- you _don't_ recover the password. Period.
On a recovery page, allow the user to set a new password (they di
Doc wrote:
> Hey guys and gals
> my problem for the day:
>
> insert into USERS (User,Pass) values ('TestUser',PASSWORD('TestPass'))
> No problems.
>
> But how do i, as administrator, select the users password and decrypt it?
> This is supposed to
Hey guys and gals
my problem for the day:
insert into USERS (User,Pass) values ('TestUser',PASSWORD('TestPass'))
No problems.
But how do i, as administrator, select the users password and decrypt it?
This is supposed to be used on a "forgotten password" page.
S