Forum OpenACS Q&A: Response to email necessary?

Collapse
Posted by Tom Jackson on

The easiest way to change this is to work on the scripts in /register/, to use a new column, which you need to create, in the parties table to represent the login id of the user. If you do that, you might also be able to relax the unique constraint on the email column of that table. You should probably still require an email address for account creation if that is possible.