GithubHelp home page GithubHelp logo

Comments (5)

ablanco avatar ablanco commented on July 22, 2024

Hi wilsonf1, you can find the default options values in src/options.js. It's all documented here.

You can change any of those options. You can choose which rules are being applied (rules.activated) and their associated scores (rules.scores). Those two options are key to figure out what makes a good password for your site, so you can give proper advice to your users. It's also relevant the ui.scores that defines the frontier scores between the verdicts, you can change it as you consider better.

These are the default activated rules:

  • wordNotEmail
  • wordLength
  • wordSimilarToUsername
  • wordSequences
  • wordLowercase
  • wordUppercase
  • wordOneNumber
  • wordThreeNumbers
  • wordOneSpecialChar
  • wordTwoSpecialChar
  • wordUpperLowerCombo
  • wordLetterNumberCombo
  • wordLetterNumberCharCombo

All of this rules add or subtract to the final score. So the general advice would be to have a long password that is not an email nor similar to your username, and that contains letters in different cases, several numbers and several symbols. But because the rules keep adding every time they match is possible to get a great score with a password without numbers, just making it long enough for example.

I guess the conclusion is that there are no minimum requirements for a password to score high, just guidelines.

Also, if you don't like this scoring engine, you can use the zxcvbn library to score the passwords.

Regards.

from jquery.pwstrength.bootstrap.

ablanco avatar ablanco commented on July 22, 2024

That options is used to score the password length.

Maybe you should change the rules.scores option itself. Move from [14, 26, 38, 50] to [10, 20, 30, 40] or similar. Lower the score needed to achieve the different verdicts. You can also deactivate rules.

Good luck.

from jquery.pwstrength.bootstrap.

jameswilson34 avatar jameswilson34 commented on July 22, 2024

OK sounds good! Last thing - Is there any way I can change the "strong" background from orange to a different colour?

from jquery.pwstrength.bootstrap.

ablanco avatar ablanco commented on July 22, 2024

It uses the bootstrap bar's classes: "error", "warning", "success"

You need to change the bootstrap variables to change the bar color for the warning class, if you want to make the change in the whole site. If you only want to change the warning progress bar in the password strength meter, I'm afraid you'll need to overwrite the bootstrap css rules with your own.

from jquery.pwstrength.bootstrap.

jameswilson34 avatar jameswilson34 commented on July 22, 2024

Understood! Thank you!

from jquery.pwstrength.bootstrap.

Related Issues (20)

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.