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

upon registration, make e-mail optional #66

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

in order to lower the threshold for registering currently, we do not do anything with the e-mail, do we?

tillmo commented 4 years ago

it seems to be difficult to persuade the backend to make the e-mail optional. (See branch 66_optional_email for some initial attempt.) A quick solution could be to let the frontend provide a dummy e-mail like mail@example.com in case the user has left the e-mail blank.

tillmo commented 4 years ago

fixed by #74