Tagged Questions
2
votes
2answers
46 views
Can I hook into user registration *before* a user is created?
I want to limit registration based on the domain associated with their email address. I was looking at the user_register action hook, but it fires after the user is already inserted, which, although ...