11 Sep
2002
11 Sep
'02
4:52 p.m.
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