Another one, how can we logout from the current session(if there's one in Zope) and relogin again as another user? I need this to do testing on different type of user. I don't want to wait for it to timeoutto login again as another user. Please help me . It's urgent. Thanks in advance. -- Paul Chung ---------- From: Paul Chung Chee Soong Sent: Friday, August 06, 1999 2:07 PM To: Anthony Baxter; Paul Chung Chee Soong Cc: zope Subject: RE: [Zope] acl_users Another question. Can we create Zope user (acl_users) via DTML or any other methods??? ---------- From: Paul Chung Chee Soong Sent: Thursday, August 05, 1999 4:59 PM To: Paul Chung Chee Soong; Anthony Baxter Cc: zope Subject: RE: [Zope] acl_users How do we provide a facility where user can change their (acl_users) password easily?
On Thu, 12 Aug 1999, Paul Chung Chee Soong wrote:
Another one, how can we logout from the current session(if there's one in Zope) and relogin again as another user? I need this to do testing on different type of user. I don't want to wait for it to timeoutto login again as another user. Please help me . It's urgent. Thanks in advance.
There aren't actually any sessions at all. What happens is that your browser caches the password you type in and feeds it to Zope when it next asks for the password (which is everytime you access the page). Hence, you need to clear the browser's password cache (not webpage cache) I don't know how to do that under Netscape (except by starting a second copy of Netscape or closing and reloading), however, IE 5.0 stores the passwords by window (I think). So, simply open a new window and fill in the password dialog.
-- Paul Chung
Cheers, Anthony Pfrunder
At 9:01 am +0100 12/8/99, Paul Chung Chee Soong wrote:
Another one, how can we logout from the current session(if there's one in Zope) and relogin again as another user? I need this to do testing on different type of user. I don't want to wait for it to timeoutto login again as another user. Please help me . It's urgent. Thanks in advance.
-- Paul Chung
<dtml-raise type="Unauthorized"> </dtml-raise> will pop up the browser dialog box, and allow you to login as someone else. tone out. ------ Dr Tony McDonald, FMCC, Networked Learning Environments Project http://nle.ncl.ac.uk/ The Medical School, Newcastle University Tel: +44 191 222 5888 Fingerprint: 3450 876D FA41 B926 D3DD F8C3 F2D0 C3B9 8B38 18A2
participants (3)
-
Anthony Pfrunder -
HCSCCSï¼ prudential.com.my -
Tony McDonald