[wp-trac] [WordPress Trac] #30916: Proposal for a faster JavaScript password strength meter
WordPress Trac
noreply at wordpress.org
Mon Jan 5 18:14:10 UTC 2015
#30916: Proposal for a faster JavaScript password strength meter
--------------------------------+-----------------------------
Reporter: gabrieleromanato | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: External Libraries | Version: 4.1
Severity: normal | Keywords:
Focuses: javascript |
--------------------------------+-----------------------------
I've tested the current password meter and it's not very efficient in
terms of performance when it comes to very long and complex passwords.
The following first implementation of a JS password meter doesn't use
regular expressions:
[http://codepen.io/gabrieleromanato/pen/LEbJYB JavaScript password
strength meter without regular expressions]
Without regular expressions and using only tokenization you get a
performance boost.
Let me know.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30916>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list