Using CMF, you don't need to use any special user folder to store member data. The standard portal_memberdata tool will store this kind of stuff in the ZODB. You can call the setMemberProperties method on a member object to set any kind of properties. I have a feeling 'email' is actually a required property for CMF members. Are you adding members to the site through the CMF site itself, or are you just using the acl_users in the Zope management interface? It sounds like you're using the ZMI to me. What you are looking for is basically what CMF members are - a wrapper around a user object with some additional data tacked-on. Harry On Thursday 18 April 2002 12:06 pm, TrashMan wrote:
You can use ExuserFolder .....or MysqlFolder instead userfolder.
Bye
Max
-----Messaggio originale----- Da: zope-admin@zope.org [mailto:zope-admin@zope.org] Per conto di JesusAvila@apb.es Inviato: giovedì 18 aprile 2002 12.53 A: zope@zope.org Oggetto: [Zope] Users email
Hi there,
When I want to add a new user to a CMF site, the attributes the interface ask me to fill in are: - Name - Password - (Confirm) - Domains - Roles
There is anyway i can add more attributes to each user i create, such as the email address, contact number, ... Basically what would be great is that if i could create a profile for each user. At the moment i just need to add the email address, but in the future i will need to add a profile to each user.
Thanks a lot.
Jesus
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )