|
|
Sergey Kornilov admin 3/3/2007 |
|
Enable guest login. Use User group permissions to allow guest user access some page and perform some actions. |
|
|
J
|
Joseph Zuanger author 3/4/2007 |
Enable guest login. Use User group permissions to allow guest user access some page and perform some actions.
|
|
|
J
|
Jane 3/5/2007 |
|
Joseph, |
|
|
J
|
Joseph Zuanger author 3/5/2007 |
Joseph, you can create custom view of this table for the guests only and uncheck View page for this View.
|
|
|
J
|
Jane 3/5/2007 |
|
Joe, if Session("UserID")="" or Session("UserID")="Guest" then %><script> window.location='./login.asp'; </script><% end if |
|
|
J
|
Joseph Zuanger author 3/5/2007 |
Joe, to redirect to the login page use following code in the ViewOnLoad event:
|
|
|
|
Sergey Kornilov admin 3/6/2007 |
|
You can also modify generated ..._view.asp file removing the following code snippet: if SESSION("UserID")="" or not CheckSecurity(SESSION("OwnerID"),"Search") then
|
|