This topic is locked

won't allow 2 records with same email?

10/3/2007 2:08:24 AM
PHPRunner General questions
R
runnerPHP2008 author

Some of my users want to have 2 different accounts using the same email address. When they register, they are not allowed to do that if that email address exsists already.
I have set the primary key in the database to "username" so I know that "username" must be unique. How can I allow the same email address to be used when registering for 2 accounts?
Thanks

Alexey admin 10/3/2007

Hi,
users need unique email address when Remind password option is enabled.

You can disable it on User login settings dialog on the Security tab in PHPRunner