regluit/libraryauth
eric af8fe05c54 fix same email bug
This bug [#63071834] was caused by a bug in Registration 1.0, which
fires the account_activated signal twice. There's already a pull
request fixing this bug.

In reviewing this handler, I realized that all the other reg code is in
library_auth, so I moved the same_email code there. I also decided that
the utility of attaching to the old email address was insufficient to
over come the risk of people stealing accounts by messing with social
auth.
2013-12-30 11:49:04 -05:00
..
emailcheck add disposable email checker 2013-12-16 15:14:28 -05:00
migrations clean up migration 2013-12-02 10:21:29 -05:00
templates/libraryauth Add explanation of verification options 2013-12-02 00:46:25 -05:00
templatetags consolidated and renamed libraryauth template tags 2013-12-15 01:43:17 -05:00
__init__.py fix same email bug 2013-12-30 11:49:04 -05:00
admin.py tweak the admin 2013-11-30 15:41:05 -05:00
backends.py fix problem created by refactor 2013-12-02 18:19:11 -05:00
forms.py custom registration form and view 2013-12-16 15:15:47 -05:00
models.py Add explanation of verification options 2013-12-02 00:46:25 -05:00
signals.py fix same email bug 2013-12-30 11:49:04 -05:00
tests.py wire in custom registration and reorganize urls, add tests 2013-12-16 15:16:34 -05:00
urls.py Merge branch 'master' into ban_disposable_emails 2013-12-16 16:44:13 -05:00
views.py Merge branch 'master' into ban_disposable_emails 2013-12-16 16:44:13 -05:00