• When a password contains symbols like %dA (actual example), they are removed from the string by sanitize_text_field( $_POST['password'] ) in the \FLLoginFormModule::login. This makes login via Beaver Login Form impossible.

    You should not sanitize the $_POST['password']. See wp_signon() for reference.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jamie

    (@codente)

    Hi there,


    Thanks for reporting this. I will pass it on to our development team!

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot login with some symbols in password’ is closed to new replies.