Fern (they/them)
Fern (they/them)
I extended this package to support Django Rest Framework for a personal project. This is a functionality that is not supported by any other email verification package for Django (that...
There is a lot of functionality included in our user mixin. Consequently, there is also much complexity inherent in ensuring that the app functions properly both with and without it....
Django already provides this: https://docs.djangoproject.com/en/2.1/topics/auth/customizing/#django.contrib.auth.models.AbstractBaseUser.get_email_field_name
Fix #55 This is not complete yet
We should add some detailed documentation and host it on ReadTheDocs. This is required for our Jazzband transfer https://github.com/jazzband/roadies/issues/27
This project seems to be quite heavily used, but has not received any updates since 2015. @miki725 is it dead?
Hello! It appears that Python version extraction is currently breaking if the `python-versions = "x.x.x"` line in `poetry.lock` includes a trailing space. This trailing space will be added if the...
First off, I really appreciate this library. It has been valuable to my work. It would be really great if it supported registering icons from an SVG file. The current...
This is a great template, and I would love to see it benefit from the simplicity and features of [Cookiecutter](https://github.com/audreyr/cookiecutter). Have you considered transforming it into one?
**Is your feature request related to a problem? Please describe.** Future versions of this app will require secure local storage of sensitive data. **Describe the solution you'd like** Set up...