willhogan11 / Golf_n_HomeSwap

4th Year Project for module "Applied project & Minor Dissertation"
0 stars 0 forks source link

Each users email MUST be unique [See below details] #56

Closed willhogan11 closed 7 years ago

willhogan11 commented 7 years ago

The issue arose, when i tried to fully register another test user. I discovered that if the users email (my own for testing purposes) is entered more thatn once, then it checks the first occurence of this in the database. As the passwords, won't match it won't fully complete registration.

We need to eliminate any ambiguities by a mixture or one of the following;

AndrejLavrionovic commented 7 years ago

Working on it.

AndrejLavrionovic commented 7 years ago

Bug is fixed.