18 Sep
2001
18 Sep
'01
12:45 p.m.
Hi, Is there a way to open the standard authentication dialog then redirect to a given url, so that somebody can be logged in, but not necessarily see (by default) the management screens? Kind of like this... theurl = context.REQUEST['theurl'] #passed in querystring if authenticated_user(): return RESPONSE.redirect(theurl) else: return RESPONSE.AUTHENTICATION_DIALOG Cheers tom -- tom smith | tom@othermedia.com | http://www.othermedia.com/blog 0207 089 5959 | Floor 3, The Pavilion, Newhams Lane, London SE1 3UZ