GithubHelp home page GithubHelp logo

Comments (5)

thoraxe avatar thoraxe commented on June 23, 2024 1

I've created a fiddle that demonstrates the issue described:
http://jsfiddle.net/z8JJ7/7/

If you put in a valid email address ([email protected]) but violate the pwstrength rules (eg: don't enter anything -> too short), this also should be invalid because the empty field would violate the require on password from jquery validation.

Clicking the button reports "valid" which seems like it means somehow pwstrength and validation are colliding.

Since 0 chars = too short = invalid, I don't really need to use jQuery validation on the password field. However, I would need some kind of "if blahblah" that I can leverage with pwstrength to tell me if the current password is "valid". I'll give your onKeyUp method a try.

from jquery.pwstrength.bootstrap.

ablanco avatar ablanco commented on June 23, 2024

I've never tried to use jquery validation and pwstrength at the same time, I don't know if they are incompatible. If you set up a codepen, jsfiddle or similar example with both libraries working at the same time I can look at it.

There is a forceUpdate method that will force the strength meters to update. There isn't a function to read the strength (the current value is not stored), but you can get them using a callback in the onKeyUp option. You can use that to store the current score in some variable, and read it when validating.

Regards.

from jquery.pwstrength.bootstrap.

thoraxe avatar thoraxe commented on June 23, 2024

For reference:
http://jsfiddle.net/z8JJ7/10/

This will assign a score to a variable on keyup and, only if the rest of the form is valid and the score is positive, will it alert "valid".

from jquery.pwstrength.bootstrap.

thoraxe avatar thoraxe commented on June 23, 2024

Sorry for being dumb - how would I call forceUpdate? Or I guess, who/what is it a method on?

from jquery.pwstrength.bootstrap.

thoraxe avatar thoraxe commented on June 23, 2024

This issue is actually irrelevant.

jQuery Validation uses the name of the field, not the id.

http://jsfiddle.net/z8JJ7/12/

This demonstrates that this is not actually a problem.

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.