pypi django-rest-passwordreset 1.0.0
Browsable API, Password validations, and more

latest releases: 1.4.1, 1.4.0, 1.3.0...
5 years ago

Integrated Pull Request #24 which adds:

  • Proper validation errors
  • Password validations (based on Djangos Built-in validate_password function)
  • Browsable API Support

Thanks to @thapabishwa for PR #22 and PR 27 as well as @maljuboori91 for PR #21 which inspired those changes.

Also integrated PR #20 which allows to customize Token Generation (e.g., RandomNumberTokenGenerator).
Thanks for @rtiwarihr and @iagocanalejas for their proposals and help.

Also integrated PR #18 by @iagocanalejas which adds a management command for clearing expired tokens as well as some refactoring work.

Fixed some codestyle errors (using pycodestyle).

Added basic Support Django 2.2

Added instance to the password_reset_token_created signal (based on Django signals that have sender and instance).

Thanks to all contributors.

Don't miss a new django-rest-passwordreset release

NewReleases is sending notifications on new releases.