Git Product home page Git Product logo

Comments (4)

pawamoy avatar pawamoy commented on June 24, 2024

Thanks for your report. Yes a PR would be much appreciated :) Please separate code and documentation in different PRs of course. Just came back from holidays, lot of work to catch up ^^

from django-zxcvbn-password.

shacker avatar shacker commented on June 24, 2024

Hi -

I actually ended up doing a more manual implementation of zxcvbn rather than using this library. So since I'm not using it, am probably not the best person to do the PR after all. Should be an easy doc tweak though. Thanks!

from django-zxcvbn-password.

pawamoy avatar pawamoy commented on June 24, 2024

So, to get back at this:

  • doc about adding zxcvbn_password in INSTALLED_APPS: done thanks to @beruic
  • note about upstream docs: I will remove this note since it does not seem to be helpful
  • note about form.media: I will update this note to be more clear: including {{ form.media }} in the JS block of your template will in fact include media from all form's fields and widgets. In this app, the only declared media is in the PasswordStrengthInput widget.
  • colors not working: indeed the JS code relies on jquery and bootstrap 😕 I will add a note about these requirements in the README.
  • guidance about Django's set_password: it's an example among many others, I personally don't use set_password. Usually you just User.objects.create(username=..., password=...) with username and password retrieved from the form cleaned data.

from django-zxcvbn-password.

pawamoy avatar pawamoy commented on June 24, 2024

Thanks @shacker for your feedback!

from django-zxcvbn-password.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.