SilvaMySQLMembership update
Marc Petitmermet <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
dear developer
i did the following to make SilvaMySQLMembership more compatible with
silva-1.4:
1.) i basically replaced the content of SilvaMySQLMembership/views/
edit/Member/MySQLMember/ with the content of Silva/views/edit/Member/
SimpleMember/. this allows now also the mysql users to set the
preferred editor and language.
2.) in SilvaMySQLMembership/MySQLMembership.py i replaced the line
"www/ldapMemberAdd", globals(),
with
"www/mysqlMemberServiceAdd", globals(),
if this is not completely wrong, could you then make the changes in
the cvs as well?
regards,
marc