• Resolved itskev

    (@itskev)


    In the regular WordPress login, an eye icon shows up to give people the ability to show their passwords while typing. This is especially helpful when someone who has dyslexia and needs to see it.

    However, theme My Login removes that when you use it on a page or widget. Is there any way to enable this? Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter itskev

    (@itskev)

    well, I used hideShowPassword plugin and it works. It’s an older plugin, but it works. This should be a feature in Them My Login.

    BTW… I love this plugin.

    Thread Starter itskev

    (@itskev)

    Well, that other plugin is now not working. Any way to show/hide password in the field? That would be a GREAT feature.

    Hi @itskev

    Have you found any solution to show password icon in theme my login plugin facing same issue.

    Thread Starter itskev

    (@itskev)

    @jayeshguru Yes, but I forgot how. Let me look into it how I fixed it.

    Thread Starter itskev

    (@itskev)

    @jayeshguru Check your wp-content/plugins/hideshowpassword/class-hide-show-password.php file and see if it includes this. It looks like this is what I added in the php code. I entered it after the “// Register settings” code. Let me know if this worked for you.

    // Allows eye to show now. Not included in original files.
    add_action( ‘wp_enqueue_scripts’, function() {
    wp_enqueue_style( ‘dashicons’ );
    });

    @itskev Thank you for your quick reply.

    I already fixed without using hideshowpassword pluign.

    Thank you again.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Show Password Icon’ is closed to new replies.