Hi Brady,
Thanks for reporting the conflict. We will fix this conflict in the next release.
For now, you can fix it by the following steps:
1) Open the file “pie-register/js/pie_password_checker.js”
2) Look for the following code: (near line 117)
dom.removeClass(function(){
return $( this ).attr( “class”,”” )
}).addClass(‘piereg_pass prPasswordStrengthMeter mohsin’);
3) Replace it with the following:
dom.removeClass(function(){
return piereg( this ).attr( “class”,”” )
}).addClass(‘piereg_pass prPasswordStrengthMeter mohsin’);
It should resolve the issue.
Best Regards,
Kirmani