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
Hi Karthik Have a look at http://www.zope.org/Members/TheJester/exUserFolder . Regards Dieter
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
If you need only a login page use any UserFolder with the CookieCrumbler Product. However you do need to understand how it works and the docs as suggested in the earlier replies to the posts. AM Karthikeyan 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
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
participants (4)
-
AM -
Dieter Fischer -
Dylan Reinhardt -
Karthikeyan