This topic is locked

Registration page

1/22/2015 1:21:26 PM
PHPRunner General questions
T
taumic author

Hi,
in my PHPR 8.0 project I have set up a registration page.

The registration page check for unique eMail-accounts, but our customer have several eMail-accounts.

Is it possible to bypass this check of duplicate eMail-accounts?
Best regards,
taumic

Sergey Kornilov admin 1/23/2015

Username must be unique. I can only suggest to use the field other than email address as a username.

T
taumic author 1/24/2015



Username must be unique. I can only suggest to use the field other than email address as a username.


Thankk you Sergey,
the user name for login is unique. It is the customer number. Someone (for the portal unique) may have several customer numbers, but only one email address, so I want to turn off the check for duplicate email address. How do I do that?

I hope I could express myself understood.
Regards
Taumic

Sergey Kornilov admin 1/26/2015

If email just a simple field on registration page you should be able to enter duplicate emails. However if you use email field as username or choose it as "email field" (required for different email related functionality) PHPRunner will check for email address uniqueness. Make sure your PHPRunner project doesn't have any built-in email related functionality like password reminder or email activation.