29 Jan
2001
29 Jan
'01
7:44 p.m.
Ralf Kraemer writes:
is it possible to create users "not using" the zope management interface ???
i tried a lot using the editUsers.dtml from zope and it works , but i dont like the response . i would like to see my own pages, not the management screens You already know "dtml-call"? It discards an unwanted (or unnecessary) return value.
second question
i would like to log in some user with my own login screen or how can i edit the default userauthentification screens from the browser (Netscape/IE/opera) ? You can't.
However, you can use a cookie based session product. Such products allow you to provide your own login screens. Dieter