sanitize_text_field on passwords removes special characters
-
Thank you for the great plugin
Passwords containing a higher entropy (e.g special characters like %”) will be stripped out by sanitize_text_field as documented on https://developer.www.ads-software.com/reference/functions/sanitize_text_field/. Since you base64 encode the password, sanitize_text_field is an unnecessary step that unnecessarily forces the use of a weaker password
You can use https://play.google.com/store/apps/details?id=com.tyganeutronics.wpconsole to track your plugin analytics easily
- The topic ‘sanitize_text_field on passwords removes special characters’ is closed to new replies.