MetaBox 5.10.9 breaks password reveal icon on change password form

Support MB User Profile MetaBox 5.10.9 breaks password reveal icon on change password form

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #48262
    Johannes GrossJohannes Gross
    Participant

    After upgrading to the main MetaBox plugin to 5.10.9, the password reveal icon does not show anymore update on my front facing change password form.

    $meta_boxes[] = [
    			'title'  => false,
    			'id'     => 'my-update-password',
    			'type'   => 'user',
    			'fields' => [
    				[
    					'name'     => __( 'New Password', 'mb-user-profile' ),
    					'id'       => 'user_pass',
    					'type'     => 'password',
    					'required' => true,
    					'save_field' => false,
    					'append'   => '<i class="password-icon show-icon"></i>',
    					'desc'     => '<span id="password-strength" class="rwmb-password-strength"></span>'
    				],
    				[
    					'name'     => __( 'Confirm Password', 'mb-user-profile' ),
    					'id'       => 'user_pass2',
    					'type'     => 'password',
    					'required' => true,
    					'save_field' => false,
    					'append'   => '<i class="password-icon show-icon"></i>',
    				]
    			],
    		];

    After the 5.10.9 update, the /wp-content/plugins/mb-user-profile/assets/password.css?ver=2.5.8 is not anymore being loaded. If I remove 'append' => '<i class="password-icon show-icon"></i>', from my password fields, a different password reveal icon shows up but when clicking on it nothing happens.

    Do you mind looking into this?

    #48269
    PeterPeter
    Moderator

    Hello Johannes,

    Thank you for your feedback.

    I can see the issue on my site. You can use one plugin Meta Box AIO to prevent this issue, it also includes Meta Box in the source.

    #48275
    Johannes GrossJohannes Gross
    Participant

    I switched to Meta Box AIO and disabled all the other Meta Box extensions but the password field when logging in or changing the password still has the icon missing: https://scholarships.bocagrandewomansclub.org/

    Can you take another look?

    #48276
    PeterPeter
    Moderator

    Hello,

    Do you deactivate the single plugin Meta Box? You can use only one plugin Meta Box AIO to have all features of MB plugins.

    #48282
    Johannes GrossJohannes Gross
    Participant

    Thanks for checking! Yes, I deactivated the Meta Box plugin and all the Meta Box add-ons. I am using only Meta Box AIO. But the password reveal icons are still not showing: https://scholarships.bocagrandewomansclub.org/

    #48284
    PeterPeter
    Moderator

    Thank you for the feedback. This issue has been escalated to the development team and we are working on it to fix the issue soon. The fix for this issue will be included in the next update of MB plugins.

    #48317
    PeterPeter
    Moderator

    Hello,

    Please update Meta Box and Meta Box AIO plugins to the new versions to fix this.

    Let me know if you still experience any issues.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.