Re: forgotten password

2001-08-13 Thread Michael T. Babcock
> 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

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

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. S