[Zope-dev] User Module

2002-11-07 Thread Karthikeyan



Hi All,

I am pretty new to zope. I have been asked to 
implement aproject 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


Re: [Zope-dev] User Module

2002-11-07 Thread Wei He
On Thu, 7 Nov 2002, 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.

I think many people on this list don't agree with me, but I'll give you
such an advise, according to my experience:

Give up. 

I have been an experienced programmer for 10+ years. And 5 months has 
passed since I start to learn Zope, I haven't start a single line of
code to migrate my project from PHP to Zope, besides doing some small
projects for testing.

Not because I don't know how to start, it is because Zope isn't such
a tool that you can expect to KNOW about it in a very short time.
To me, it is a complete different concept.

I think I can understand your situation when you even post the message
to the zope-dev list. So my advice is, if there is any alternative 
choices, finish the project asap and sit down to learn Zope without any 
pressure.

Wei He





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



Re: [Zope-dev] User Module

2002-11-07 Thread Lennart Regebro
From: Karthikeyan [EMAIL PROTECTED]
 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.

Zope has a user module.

 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.

To create new users: Open the acl_user folder, press Add.
To force people login in to view a page: Remove the Anonymous role from
the View permission.

There is no programming of any modules involved.

Best Regards

Lennart Regebro
http://www.easypublisher.com/



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



Re: [Zope-dev] User Module

2002-11-07 Thread Karthikeyan



Thanks Lennart and Wei for the comments.

But i need to design something to show and convince 
somebody. Pls help me with some modulesto start. 

Lennart, The acl users you are taking about is 
coming with the management screen. I need to create a page to register a person 
and make him login thru my page. Pls let me know. Thanks


Karthikeyan.S
- Original Message - 

  From: 
  Karthikeyan 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, November 07, 2002 12:59 
  PM
  Subject: [Zope-dev] User Module
  
  Hi All,
  
  I am pretty new to zope. I have been asked to 
  implement aproject 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


Re: [Zope-dev] User Module

2002-11-07 Thread kapil thangavelu
first, these questions are better directed at [EMAIL PROTECTED], this list is for 
discussion for development of the zope server, not development on zope.

second, another good resource, the #zope irc channel on openprojects is a 
wealth of friendly helpful people.

-kapil

On Thursday 07 November 2002 08:36 pm, Karthikeyan wrote:
 Thanks Lennart and Wei for the comments.

 But i need to design something to show and convince somebody. Pls help me
 with some modules to start.

 Lennart, The acl users you are taking about is coming with the management
 screen. I need to create a page to register a person and make him login
 thru my page. Pls let me know. Thanks


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