Harald Nezbeda

Results 48 comments of Harald Nezbeda

Have you tried to create a [custom token generator](https://github.com/anexia-it/django-rest-passwordreset#custom-token-generator)?

Can you also describe your use case a bit? After looking a second time it sound more like you need another trigger for the reset, other then the [rest endpoint](https://github.com/anexia-it/django-rest-passwordreset/blob/master/django_rest_passwordreset/views.py#L99).

At the moment the library supports the creation of the token only with the endpoint. The custom token generator won't help here. A refactoring of [`ResetPasswordRequestToken.post`](https://github.com/anexia-it/django-rest-passwordreset/blob/master/django_rest_passwordreset/views.py#L99) where the `request` and...

It seems that there is already a similar PR available https://github.com/anexia-it/django-rest-passwordreset/pull/97

In https://github.com/anexia-it/django-rest-passwordreset/pull/143 you can find a draft for the implementation. This would allow you to use `generate_token_for_email` without the need of a request.

Does this happen when `0002_pk_migration` is applied? Some details regarding the Version of Django and DRF would be helpfull :slightly_smiling_face:

> Python 3.6 support drop can be extracted to separate commit/PR Moved it to https://github.com/p1c2u/openapi-core/pull/383

This is now using `openapi-schema-validator==0.3.0a1` and `openapi-spec-validator==0.5.0a1`. As `openapi_v3_spec_validator` is referencing to `openapi_v31_spec_validator` with the new alpha release, all tests for `3.0` specs need to explicitly define the `spec_validator` in...

@p1c2u are there any plans to continue with this or is it heading in a wrong direction? I'm asking, because since https://github.com/p1c2u/openapi-core/pull/393 was merged, there are a few things that...

This issue might be cause because the shared drives are not enabled in docker for windows. Take a look here https://github.com/docker/for-win/issues/77#issuecomment-246778932