Archive of UserLand's first discussion group, started October 5, 1998.

Re: DG security Check - SOLUTION

Author:Stan Purington
Posted:5/14/1999; 4:02:17 PM
Topic:DG security Check
Msg #:6258 (In response to 6246)
Prev/Next:6257 / 6259

Thanks Andre

That works great. We moved everything to a #security script in the LOGON website so that we don't need to alter any mainresponder scripts.

local(email);
if pathArgs == "signupForm" {
	email = string.nthField(requestBody,"=",2);
	if !workspace.checkSSAUser(email,@scratchpad.userdata) {
		scriptError ("!redirect someurl")}}

Knowing how to cause an instantaneous redirect was the key.




This page was archived on 6/13/2001; 4:50:10 PM.

© Copyright 1998-2001 UserLand Software, Inc.