[wp-hackers] Sanitize password input

Ian Dunn ian at iandunn.name
Thu Jan 24 03:43:36 UTC 2013


Are you just trying to protect against SQL injection and the like? If 
you're using wp_signon() and wp_create_user() then you shouldn't have to 
worry about it, since WP will handle it for you.


On 01/23/2013 06:49 PM, Rafael Ehlers wrote:
> Hi ppl,
>
> what´s the best wp native function to sanitize a user input password for
> frontend login/registration that allows alphanumeric characters with
> Uppercase and Lowercase chars?
>
> Thanks in advance!
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list