[Zope] Authentication for outside users
Sven Syld
Sven.Syld@stat.ee
Mon, 07 May 2001 18:27:52 +0300
Hello,
How could I do so that only users from a certain IP address will need to =
authenticate - outsiders? Others - insiders - will not.
If I disable anonymous access and make new role with two users - outsider =
and insider. But authentication window will pop up for both of them even =
if I leave password blank. Can I automatically authenticate in DTML?
Also redirecting into login screen in standard_html_header pops into my =
mind. But it is ugly. And unsecure.
Sven