• Really big issue, every time someone wants to register, once they fill in the first password field and go to fill out the confirm password field, it deletes the first password field.

    Please can you give me simple steps to fix this as this is not usually my field of work!

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Can you disable all other plugins and try a default theme to see if the problem persists?

    Same thing here.

    * Type in a password
    — password appears as plain text in the box below

    * Type in the password again
    — every letter that is typed wipes out the first password, so you end up with a first password that is only one character long.

    I think this might be linked to changes to wp-admin/user-profile.js

    I can confirm that commenting out the following line

    wp-content/plugins/theme-my-login/modules/themed-profiles/themed-profiles.php : 249

     
    // wp_enqueue_script( 'user-profile' );
    

    removes the plain text display box below the password and resolves the problem.

    Thread Starter labisogun

    (@labisogun)

    This worked! Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Users can’t register as password deletes’ is closed to new replies.