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 be used on a "forgotten password" page.
You
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.
Select User,PASSWORD(Pass) from US