Categories list into registration form

The best way to add extra fields to the wordpress user registration form that I know of is to use the related registration form filters:

  1. register_form – This is used to add your fields to the registration form
  2. registration_errors – This is used to validate your fields
  3. user_register – This is used to add your custom user_meta data to the system
  4. and maybe register_post – This can be used to do other things pre-validation