Cannot login with some symbols in password
-
When a password contains symbols like
%dA
(actual example), they are removed from the string bysanitize_text_field( $_POST['password'] )
in the\FLLoginFormModule::login
. This makes login via Beaver Login Form impossible.
You should not sanitize the$_POST['password']
. Seewp_signon()
for reference.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cannot login with some symbols in password’ is closed to new replies.