User Registration Validation

I would like to add a hook into the user registration process. The goal is to be able to verify that the username meets certain conditions, and reject the registration with an appropriate error message if needed.

Is it possible?

Solved Solved
0 3 244
1 ACCEPTED SOLUTION

Dear @williamking ,

Yes, You can hook into user registration process with the power of Drupal CMS very easily. Please find multiple ways using which you can achieve this quickly.

Cheers,

Anil Sagar

View solution in original post

3 REPLIES 3

Dear @williamking ,

Yes, You can hook into user registration process with the power of Drupal CMS very easily. Please find multiple ways using which you can achieve this quickly.

Cheers,

Anil Sagar

Thanks! I went with your first bullet point and it worked for me.

Awesome, Glad your issue has been resolved 🙂