crazycooky77 / ci_project4

0 stars 1 forks source link

[ENH] Username exists error #37

Open crazycooky77 opened 8 months ago

crazycooky77 commented 8 months ago

The current error message a user receives when they try to sign up with a username that already exists is: CustomUser with this username already exists.

This is not ideal, as it is using the "CustomUser" model name. A better option would be a custom error message, such as User with this username already exists..

As a user, it would be less confusing to have a generic "User" mentioned, rather than "CustomUser".