A great place to start is the Zope Book: http://www.zope.org/Documentation/Books/ZopeBook/current/index_html You'll probably want to jump right to the section on users and security http://www.zope.org/Documentation/Books/ZopeBook/current/Security.stx Assuming that what you're doing is serving static content that needs to be access restricted by group-level, it shouldn't take too long to accomplish this... a few hours, perhaps, learning time included. A more complicated range of functionality will, of course, take more time. Once you've taken a look at the docs and started in on what you're trying to do, I'm sure we'd be happy to help with any specific questions or difficulties. HTH, Dylan At 10:39 AM 11/8/2002 +0530, you wrote:
Hi All,
I am pretty new to zope. I have been asked to implement a project done by me in zope. I had user modules, group modules and some content management in my project(php).
Now i need to do all in zope, which i not aware of. Please tell me what to do and where to start. PLease give me code for user module if possible. I should be able to create users and they should login thru the login page to enter the site and view the contents. I am running out of time to give my first module. Please help me out.
Thanks
S.Karthikeyan