-
With the project setup described below, if a user that already has an account attempts to login with a social account (that has the same email) they are redirected to the 'social signup' with their em…
-
**Nuitka version, full Python version, flavor, OS, etc.:**
- 1.0.6
- Commercial: None
- Python: 3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:30:19) [MSC v.1929 64 bit (AMD64)]
- Fl…
-
if django database config in `backend/settings.py` like:
---
DATABASES = {
'default': {...},
'acount': {...},
}
---
and we want use `account` db to store casbin_rule, HOW?
-
### My actions before raising this issue
- [x] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation)
- [x] Searched [past issues](/issues)
When reset password from…
-
We are randomly getting this sort of errors when trying to download a file:
```
File "./utils/tools/fingerprint.py", line 11, in generate_fingerprint
img_file.seek(0) …
-
Hi, I am having trouble authenticating with Azure AD and am not sure what the issue might be. I started from this tutorial and made it first work with github: https://learndjango.com/tutorials/django…
-
**Whenever I try to call the Instagram API, it shows the error. Though I'm using proxy**
**To Reproduce**
`user_media = client.user_medias_v1(user_id=ig_user_id, amount=5)`
**Traceback**
```sh…
-
Thank you for django-allauth :-)
I tried creating a custom signup form like this
```
class CustomSignupForm(SignupForm):
first_name = forms.CharField(max_length=30, label="First Name")
…
-
Given a payload for a particular record, Ember Data currently resolves has-many relationships through the adapter using the following heuristic:
1. If the relationship is defined in the top-level `lin…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
I want to log in via the social provider microsoft graph. After my …