Is there an security risk with using wp_signon function?
Question 1:
I'm new to wp and trying to write a plugin for custom register and login.
There is a function called wp_signon() which can help to login the user, but can i just use get variables from user and call the function Or i should first filter them?