[wpmu-trac] [WordPress MU Trac] #333: Improve registration
WordPress MU Trac
wpmu-trac at lists.automattic.com
Sun May 13 08:37:50 GMT 2007
#333: Improve registration
-------------------------+--------------------------------------------------
Reporter: vdachev | Owner: somebody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: component1 | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
I'm trying to write a registration captcha plugin. I already attached to
the 'signup_extra_fields' action, but I need to attach to the
'wpmu_validate_user_signup' filter as well. However, this filter is
defined as:
{{{
function wpmu_validate_user_signup($user_name, $user_email)...
}}}
so the only way I can get the value of the extra fields is to use the
$_REQUEST variables. I suppose it would be great if this filter has the
whole form as its parameter.
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/333>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list