function user_register_validate

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/user/user.module \user_register_validate()

Validation function for the user registration form.

1 string reference to 'user_register_validate'
user_register_form in drupal-7.x/modules/user/user.module
Form builder; the user registration form.

Archivo

drupal-7.x/modules/user/user.module, line 3818
Enables the user registration and login system.

Código

function user_register_validate($form, &$form_state) {
  entity_form_field_validate('user', $form, $form_state);
}