Nasty Duplicate entry error registration Demo

Jeroen8 years ago

Hi,

first of all my compliments for Traccar. I really like the fact that it is open source and that I can take a peek under the hood..

I was a bit to quick on the registration page on the main demo site and received a nasty Error message. I can't upload a screenshot. But it said:

Duplicate Entry 'demo-traccar@XXXX.XX' for key 'email' - MySQLIntegrityContraintViolationException.... and so on.. 

I already registered with that email address 1 minute before, but i think there should be some error handling in stead of the above mentioned error.

Anton Tananaev8 years ago

I think the error message is pretty clear. What kind error handing do you expect?

Jeroen8 years ago

Hi Anton, maybe something userfriendly that say's 'This email address is already registered and in use with Traccar'.

Not that I mind, but that's the kind of errorhandling the users are accustomed to.

Cheers,

Jeroen

Anton Tananaev8 years ago

I agree that it would be nice to have more user friendly messages, but it adds significant overhead for developing error handing and localizing all those messages.