[Zope-CMF] Changing the registration process

Chad Nantais cnantais@rednaxel.com
Thu, 7 Feb 2002 22:49:43 -0500


My client's CMF site needs a custom member registration process along the
following lines:

1.When a user goes to the 'join' form, they must enter a username which they
were assigned offline, in combination with a signup code that they also
received offline.
2.The username must be checked against a database (tinytable or CSV).
  a.If the username exists in the database and the signup code matches the
one in the database, then the user can complete the registration.
  b.If the username exists, but the signup code is wrong, then the user
cannot register with that username.
  c.If the username does not exist in the database or the membership roster,
then the signup code field is unneccessary and registration is allowed to
finish successfully.

What do I need to modify in order to make the registration process work as
described? Any ideas?

thanks.

chad