summaryrefslogtreecommitdiff
path: root/modules/user/js/password_strength.js
AgeCommit message (Collapse)Author
2013-05-07#2065 - Fix problems with double-ajaxifying of dialogs.shadlaws
Change all jQuery-ui widget _init() functions to _create() functions.
2013-03-12#2055, 2056 - jQuery updates for .attr("value", [value]) and .keyup(handler).shadlaws
- changed .attr("value", [value]) to .val([value]) for new jQuery. - changed .keyup(handler) to .on("input keyup", handler) to fire on mouse-only cut'n'paste.
2013-02-18Password strength indicator fixed for new jQuery. Also cleaned up formatting.shadlaws
2009-10-27Add a password strength meter.Tim Almdal