Re: Overwriting the Basic Password

2001-08-01 Thread Doug MacEachern
On Wed, 18 Jul 2001, Arthur M. Kang wrote: > Is there a reverse to the($res,$password)=$r->get_basic_auth_pw > function? Is there anyone to globally set or reset the values that come > out of $r->get_basic_auth_pw? Can I set a new password to come > out? You can do it with the user ($c->u

Overwriting the Basic Password

2001-07-18 Thread Arthur M. Kang
Is there a reverse to the    ($res,$password)=$r->get_basic_auth_pw    function?  Is there anyone to globally set or reset the values that come out of $r->get_basic_auth_pw?  Can I set a new password to come out?  You can do it with the user ($c->user)...   Arthur