I would like to add a password property to the acl_users list
Hello, I am building a site that allows users to be members of projects. Members get extra access to the site. I also want the members to receive e-mail notifications when certain things change on the site. It seems like a better idea to add the e-mail address to the acl list rather than build a mirror list of users to deal with membership and e-mail notification. Is there a way to do this? Thanks for your help. Paul Friedlander Danfoss paulfriedlander@danfoss.com
Hi Paul,
Hello,
I am building a site that allows users to be members of projects. Members get extra access to the site. I also want the members to receive e-mail notifications when certain things change on the site.
It seems like a better idea to add the e-mail address to the acl list rather than build a mirror list of users to deal with membership and e-mail notification. Is there a way to do this?
sounds like You are asking for another implementation of UserFolder. Did You check http://www.zope.org/Products/user_management ? Some UserFolder like LDAPUserFolder have e-mail as integral part of their users. (Of course You have to define Your users via LDAP to use the latter.) Cheers, Clemens
Some UserFolder like LDAPUserFolder have e-mail as integral part of their users. (Of course You have to define Your users via LDAP to use the latter.)
that's not correct. if you want the user object of a LDAPUserFolder to have a specific attribute "x", then... - the LDAP record schema for user records must have "x" as a valid attribute - you must have "told" the user folder about the existence of the attribute in its LDAP schema configuration. it's all easy to do and yes, most "person"-type records in LDAP carry some attribute specifically for storing email addresses, but there is no such thing as certain attributes "out of the box". jens
participants (3)
-
Clemens Klein-Robbenhaar -
Friedlander Paul -
Jens Vagelpohl