crombiecrunch Posted June 25, 2009 Share Posted June 25, 2009 Hello all When a client signs up the password strength meter never fills up or changes from weak no matter what password is used. IS there something I am missing for a setting? I did change the Required Password Strength value to various numbers and no luck. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted June 25, 2009 WHMCS Support Manager Share Posted June 25, 2009 Check that you have the jquery and pwstrength js tags in your template. 0 Quote Link to comment Share on other sites More sharing options...
crombiecrunch Posted June 25, 2009 Author Share Posted June 25, 2009 ahh 'smacks head' forgot the line in the header.tpl. thanks much all is working 0 Quote Link to comment Share on other sites More sharing options...
robertark Posted July 16, 2009 Share Posted July 16, 2009 (edited) By the way, just figure I'd post this since I ran into a this relatively same problem.. I'm using the prototype framework as well, and since jQuery and the Prototype framework hate working with each other, jQuery has a nifty feature called "noConflict". So, after the jquery.js includes in your head, you add this: <script type="text/javascript">jQuery.noConflict();</script> THEN add the pwstrength.js file. Then, all of your jQuery-related pages will need to be edited. Everywhere where you see a $(<tag>) will need to be changed to jQuery(<tag>), otherwise, a framework such as Prototype will assume all statements that are $(<tag>) will be part of Prototype (and it will fail) Hope this helps someone (especially if you're having problems with other aspects while using a different framework). Thanks, Rob Edited July 16, 2009 by robertark 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.