-
Add user and contact models Django-standard users may not be a good fit.
Users:
- username (optional, generated for end users)
- password (optional, for admin)
- first name, last name, preferred ema…
-
Earlier this year [allauth released a code-based login method](https://allauth.org/news/2024/04/django-allauth-0.62.0-released/).
1. User requests login by inputting their email address
2. Fronten…
-
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 I have found).
…
-
Hi. Thanks for the great app!
It appears that the registration endpoint does not check for existing email address. The following exception is raised:
```
django.db.utils.IntegrityError: duplica…
-
**Describe the bug**
The changelog for 4.3.0-RC1 states:
> If an existing account has the same email address, the accounts will be linked
I found this to not work in my case. Let's start with m…
-
# Create Text for New User Registration Email Verification
The Codebuddies New User Registration flow will be requiring that a user verify the email they used for signup. The current default email…
-
We need to verify the email address of the user so that we don't spam others' email addresses.
If you need help:- [https://medium.com/@shafikshaon/user-registration-with-email-verification-in-djang…
-
When I try to download my workout plan, I can't download it with images because of the following error message:
Environment:
```
Request Method: GET
Request URL: http://10.0.3.5:8080/de/routin…
-
We could add a django management command to handle user verification/status creation for old users when the dev team opts to use this package at mid-project. Also would be helpful having a specific fl…
-
## ☝️What is it? Why do we need it?
We should use `sassy` to send emails. Please prepare the logic in the following way:
- If `SAASY_API_KEY` exists, we use Saasy; if not we use standard email b…