Hook into Drupal registration and validate user info against business logic

前端 未结 4 704
粉色の甜心
粉色の甜心 2021-02-06 02:10

I want to hook into the registration module. I already have a database of 50000 users who use my old website. Now I am migrating to Drupal.

I still haven\'t migrated the

4条回答
  •  执笔经年
    2021-02-06 02:40

    Henrik Opel answer work on Drupal 6. For Drupal 7 use yourModuleName_form_user_register_form_alter

提交回复
热议问题