-
Try to change password at /accounts/password/change. It will offer you to change password again. How can I specify the url redirect to?
-
Hi there,
I wanted to gather some ideas/features we (Reiner Lemoine Institute) are trying to implement in `oemof.tabular`.
Along the SEDOS project, we decided to use `oemof.tabular` as underlying …
-
I set the redirect url of AccountAdapter to this
```
def get_login_redirect_url(self, request):
user_ = get_object_or_None(User, email=request.user )
if user_.has_usable_password…
-
I've run into another snag. When attempting to post interia js forms the django request only includes the payload in a raw bytestring via `request.body`.
```js
const form = useForm({
key: 'va…
-
Basically, the task remains in the task queue and the LOCK keeps getting delayed again and again:
![Screenshot 2023-11-22 at 15 19 02](https://github.com/django-q2/django-q2/assets/19536324/c3ee8f5…
-
Hi,
I want to log how many password reset emails are send per day.
(Because I guess there are some bots sending password resets all the time, but I am not sure).
1) Is there somewhere some inf…
-
Neon offers a managed Postgres database.
I was trying to run a linkding instance (by the docker-compose) and connect to the Neno database, but I got a lot of error messages `Endpoint ID is not spec…
-
### Steps to reproduce
Created a new Reporting Services project in VS 2017 Community with SQL Server Data Tools but my project seems to be using some old format I'm not sure if it's an `msbuild` is…
-
i created app and verfiy my linkedin page and request access to Sign In with LinkedIn using OpenID Connect done,
I configured linkedin social application and tried to integrate it with both, 'allauth…
-
**Describe the bug**
Setting stubs / search paths does not pass on to pylance server
**Steps to Reproduce**
1. Open visual studio 2022 settings
2. Navigate to Python > Analysis
3. Set log level…