[ic] Forcing Login

Alexander Schmitz a.schmitz at axon-e.de
Tue Oct 28 17:13:45 EST 2003


Barry Newman wrote:

>  Hello , I am wanting to use interchange for a wholesale company that dosen't 
>want end-users able to view pricing. So I need to either make pricing empty 
>until a user logs in or block access completly until user logs in. Thanks in 
>advance for any assistance!
>

Hy,

use:

[if !session logged_in]
[or session login_table ne 'userdb']
       [bounce page="login.html"]
[/if]

in every page (header) to force the user to goto
login.html  until he logs in.

bye Alex

-- 
AXON-E interaktive medien
tel. +49(0)941 5998545
fax. +49(0)941 5998541




More information about the interchange-users mailing list