mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

DeferredNominations for email address for users not yet signed up #26

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

The nomination submission form accepts email addresses, some of which can belong to people who have not yet signed in and created user profiles. Currently, this just fails silently:

https://github.com/lmorchard/django-badger-multiplayer/blob/master/badger_multiplayer/views.py#L179

Implement a DeferredNomination that can wait to resolve until the email address signs in for the first time.