anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 1.2.0 Not Present in PyPi?

jonathanmeier5 opened this issue · comments

Hey all,

First of all, thanks for maintaining this package. I've found it really useful in building password reset flows.

tldr: Would one of the maintainers mind publishing version 1.2.0 to pypi?

More detailed explanation:

I was updating some dependencies and bumped into the issue described in #109.

When I looked in the compatibility matrix, I tried to upgrade the package to 1.2.0 but found it was not available on pypi.

I upgraded to version 1.1.0 instead and it resolved the issue, but given the compatibility matrix says 1.2.0 is the newest version I would really like to use that.

The version appears to be up to date in the code, it just hasn't been published to pypi.

Would one of the maintainers mind publishing version 1.2.0 to pypi?

Hello there,

Thanks for this package, it looks great.

To complete what said above, is this 1.1.0 package version is django 3+ version compatible?
I installed this package, everything is Ok, until i try to set a new password with the "confirm" endpoint.
This url give a 200 response with "Ok" message.
But the new password is not set, the signal "post_password_reset" is not triggered.
Any idea?
Thanks in advance.

Version 1.2.0 has been released. The release should also be compatible with Django 3.2: #136