user_register_validate

Definition

user_register_validate($form, &$form_state)
modules/user/user.module, line 2611

Code

<?php
function user_register_validate($form, &$form_state) {
  user_module_invoke('validate', $form_state['values'], $form_state['values'], 'account');
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.