Skip to content

Commit

Permalink
Uncaught ReferenceError: zxcvbn is not defined in edit profile
Browse files Browse the repository at this point in the history
Fix #22
  • Loading branch information
tareq1988 committed May 31, 2014
1 parent 904d56d commit 0cf7122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpuf-editprofile.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ function show_form( $user_id = null ) {
<th><label><?php _e( 'Password Strength', 'wpuf' ); ?></label></th>
<td>
<div id="pass-strength-result"><?php _e( 'Strength indicator' ); ?></div>
<script src="<?php echo site_url(); ?>/wp-includes/js/zxcvbn.min.js"></script>
<script src="<?php echo admin_url(); ?>/js/password-strength-meter.js"></script>
<script type="text/javascript">
var pwsL10n = {
Expand Down

0 comments on commit 0cf7122

Please sign in to comment.