Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @richardfoley,

    We have included nonces to make it more sure.

    You will have to include nonces in your overrided templates.

    Compare the default forms with yours and take care of this part:

                            <input type="hidden" name="clean_login_wpnonce" value="<?php echo wp_create_nonce( 'clean_login_wpnonce' ); ?>">
    
    Thread Starter Richard Foley

    (@richardfoley)

    hola Javier,

    yep, that was the missing piece of the puzzle. Fixed.

    Many thanks for your prompt and clear response.

    R.

    Plugin Author Javier Carazo

    (@carazo)

    Thanks to you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upgrade breaks login’ is closed to new replies.