• Resolved Mykill73

    (@mykill73)


    Hitting ‘Lost Password’. I then get teh email and click it. Brought to ‘wp-login.php?action=rp’

    ‘user-pass2-wrap’ and ‘wp-pwd’ classes both have ‘display: none;’. I disable the entire plugins directory and it’s still not doing anything.

    Missing Fields

    We’re not using any login plugins either. Anyone familiar with this?!

    thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter Mykill73

    (@mykill73)

    I did the usual ‘disable all plugins’ thing and a few other thigns and nothign worked until I added the following into my themes function.php

    function show_fields() { ?>
    <style type=”text/css”>
    .wp-pwd {
    display: block !important;
    }
    </style>
    <?php }
    add_action( ‘login_enqueue_scripts’, ‘show_fields’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Rest Password Fields are Missing’ is closed to new replies.