Re: forgotten password() in table

2001-08-13 Thread Gerald Clark
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

forgotten password() in table

2001-08-13 Thread Doc
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