Password confirmation text change

Support MB User Profile Password confirmation text changeResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33135
    Nicholas CoxNicholas Cox
    Participant

    Hi

    Is it possible to change the text for password strength confirmation message set in metabox? I assuming not as its not listed in the mb_user_profile_register shortcode attribute list.

    [
    'very-weak' => __( 'Very weak', 'mb-user-profile' ),
    'weak' => __( 'Weak', 'mb-user-profile' ),
    'medium' => _x( 'Medium', 'password strength', 'mb-user-profile' ),
    'strong' => __( 'Strong', 'mb-user-profile' ),
    'mismatch' => __( 'Mismatch', 'mb-user-profile' ),
    'strength' => $this->config['password_strength'],
    ]

    #33146
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Like this topic https://support.metabox.io/topic/change-username-already-exists-message/
    it is not possible to change the password strength message, you can translate these messages as well.

    #33208
    Nicholas CoxNicholas Cox
    Participant

    Hi

    ok thanks anyway

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