tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

Server error on sign up with existing user name #41

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

If the user name already exists, a message "server side error" is displayed. However, the user should be informed that the user name has already been taken.

tillmo commented 4 years ago

fixed by #40