[Zope-CMF] MySQLUserFolder and CMF
Dieter Maurer
dieter@handshake.de
Thu, 8 Nov 2001 21:09:01 +0100
Norman Khine writes:
> I've got this working now, although I found that it does require the change
> to the login_form and other membership components such as password change,
> join_form.
>
> Or am I wrong here, perhaps I am not understanding the Membership role
> mappings from the membership_tool.
Probably, you are right.
When you want to add additional information for a user
or use special names in your database user table, you need
to change "join_form". Furthermore, UserFolders of different
type probably expect different names communicated from the login
form. Thus, you need to change this, too.
Dieter