[Zope-dev] how to change to another authenticated user programmatically?

Craeg K Strong cstrong@arielpartners.com
Wed, 25 Sep 2002 11:18:47 -0400


Hello:


This is a great idea!  Even better, it is very easy to implement.
Brilliant.  We will do it this way.

Many thanks to all who responded.  zope-dev rocks :)

--Craeg

Andreas Kostyrka wrote:
> Am Die, 2002-09-24 um 19.41 schrieb Craeg K Strong:
> 
>>Alternative number two is to force the user to reauthenticate-- somehow get the
>>browser to popup a login screen where the user can type in the new username and
>>password.   This might be easier, b/c it is simply a matter of sending
>>back the appropriate HTTP Header and status codes, right?
> 
> Create an object/page that is viewable by all users except the registrar
> user. Redirect the user to it.
> 
> Andreas