Re: [Zope-dev] Authenticating with acl_users (fwd)

2003-03-09 Thread Andy McKay
Sondre Rønjom wrote: I'm creating a python product - which needs to be authenticated; and I dont want to use any products that does not come with a clean Zope install - so I user Simple User Folder and define two roles admin user and ordinary user. I just want a user to login via login form,

Re: [Zope-dev] Authenticating with acl_users

2003-03-09 Thread Dieter Maurer
Sondre Rønjom wrote at 2003-3-8 18:30 +0100: I'm creating a python product - which needs to be authenticated; and I dont want to use any products that does not come with a clean Zope install - so I user Simple User Folder and define two roles admin user and ordinary user. I just want a

[Zope-dev] Authenticating with acl_users

2003-03-08 Thread Sondre Rønjom
Ive been looking through AccessControl/User.py to understand the validate() methods paramteres. Im not sure what to put inside the request, and how to do it. I have been testing around, but I can only manage to do authenticate(), but this only tells if the user is valid and has the right

Re: [Zope-dev] Authenticating with acl_users

2003-03-08 Thread Jens Vagelpohl
what exactly is it you are trying to achieve? maybe someone can help if you let us know what the real motivation is. jens On Saturday, Mar 8, 2003, at 11:42 US/Eastern, Sondre Rønjom wrote: Ive been looking through AccessControl/User.py to understand the validate() methods paramteres. Im not

Re: [Zope-dev] Authenticating with acl_users

2003-03-08 Thread Sondre Rønjom
I'm creating a python product - which needs to be authenticated; and I dont want to use any products that does not come with a clean Zope install - so I user Simple User Folder and define two roles admin user and ordinary user. I just want a user to login via login form, check username and

Re: [Zope-dev] Authenticating with acl_users (fwd)

2003-03-08 Thread Sondre Rønjom
I'm creating a python product - which needs to be authenticated; and I dont want to use any products that does not come with a clean Zope install - so I user Simple User Folder and define two roles admin user and ordinary user. I just want a user to login via login form, check username and