Qwlouse / Findeco

GNU General Public License v3.0
7 stars 4 forks source link

email address validation in frontend should be consistent with backend #318

Open Qwlouse opened 10 years ago

Qwlouse commented 10 years ago

the angular email validation accepts adresses like foo@bar but django requires foo@bar.domain (unless it is foo@localhost). The two should be the same

pinae commented 10 years ago

I vote for using the method that is most convenient to implement. I guess the angular version should be adoptable for the backend.