This website requires JavaScript.
Explore
Help
Register
Sign In
EbookFoundation
/
regluit
mirror of
https://github.com/EbookFoundation/regluit.git
Watch
1
Star
0
Fork
You've already forked regluit
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
foundation/header-two-levels
regluit
/
libraryauth
/
__init__.py
1 line
21 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
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 16:49:04 +00:00
from
.
import
signals