Re: [Zope] user creation & authentification

2001-01-29 Thread Dieter Maurer

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

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] user creation & authentification

2001-01-29 Thread Gerald Gutierrez


>in order to accomplish the second task effectively you should look at
>LoginManager; in doing so you will find answers to your first
>question.  however, you may find you need to refer a lot to the
>mailing list archives to get LoginManager installed ;)

I've read that the LoginManager does not work properly under Zope 2.3. Will 
it be updated to work soon?



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] user creation & authentification

2001-01-29 Thread seb bacon

ralf,

> is it possible to create users "not using" the zope management interface ???

> 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) ?

my advice:
in order to accomplish the second task effectively you should look at
LoginManager; in doing so you will find answers to your first
question.  however, you may find you need to refer a lot to the
mailing list archives to get LoginManager installed ;)

seb

http://www.zope.org/Members/tsarna/LoginManager

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] user creation & authentification

2001-01-29 Thread Ralf Kraemer

Hello all

first question 

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 

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) ?

thanks

Ralf Kraemer


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )