Re: [Zope] bypass authentication

2005-05-02 Thread Phillip Hutchings
On 03/05/05, u1207440 <[EMAIL PROTECTED]> wrote: > I made a signup form for my website and I want to check if the username > already exists in > acl_users folder without having to log in as administrator. > > How do I do that, what and where do I have to modify my permission for so I > can use

[Zope] bypass authentication

2005-05-02 Thread u1207440
I made a signup form for my website and I want to check if the username already exists in acl_users folder without having to log in as administrator. How do I do that, what and where do I have to modify my permission for so I can use acl_users.getUser(REQUEST.name) without having to login first