anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Version 1.2.0 Not Present in PyPi? #129

Closed jonathanmeier5 closed 3 years ago

jonathanmeier5 commented 3 years ago

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?

paodweb commented 3 years ago

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.

nezhar commented 3 years ago

Version 1.2.0 has been released. The release should also be compatible with Django 3.2: https://github.com/anexia-it/django-rest-passwordreset/pull/136