django-zxcvbn-password icon indicating copy to clipboard operation
django-zxcvbn-password copied to clipboard

Back-end and Front-end password validation with ZXCVBN

Results 7 django-zxcvbn-password issues
Sort by recently updated
recently updated
newest added

### Update [tox](https://pypi.org/project/tox) from **3.25.0** to **3.25.1**. Changelog ### 3.25.1 ``` -------------------- Bugfixes ^^^^^^^^ - ``sitepackages = true`` will add user's site-package to the python path on Windows as expected...

Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...

dependencies

This pull request is almost certainly not working, but its a "POC" of what we could do to use our two projects together. As I focused on the back end...

To avoid discrepancies between the client-side and server-side validation, we should get rid of the client-side validation using javascript. Instead, we should simply send a request upon password field modification...

What I'm looking for is rather than the text showing "Warning: This password would take {{ password_strength_time }} to crack", something like "Password Strength: {{ zxcvbn_score }}". I'd use Django's...

Bootstrap 4 has [new classes for the progress bar background color](https://getbootstrap.com/docs/4.1/components/progress/#backgrounds). I'd be happy to help with a PR for any of these fixes: - Updating this repo to support...

### Update [tox](https://pypi.org/project/tox) from **3.25.0** to **3.26.0**. Changelog ### 3.26.0 ``` -------------------- Bugfixes ^^^^^^^^ - Fix fallback to ``python`` environment when ``isolated_build = true`` is set -- by :user:`Unrud` `2474...