Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate email tokens without using the database #19

Open
merwok opened this issue Feb 22, 2018 · 2 comments
Open

Generate email tokens without using the database #19

merwok opened this issue Feb 22, 2018 · 2 comments

Comments

@merwok
Copy link
Contributor

merwok commented Feb 22, 2018

We can use django.signing instead of a model for email confirmation tokens.

@merwok merwok added the feature label Feb 22, 2018
@merwok
Copy link
Contributor Author

merwok commented Mar 6, 2018

That said, having a database record for all confirmed email addresses lets us check for duplicates without complicating the user model (can have simple User.email field).

These records can be populated after activation though.

@merwok
Copy link
Contributor Author

merwok commented Sep 21, 2018

Impacted by #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants