Hello.

I'm surprised new user registration requests are sent to the administrator, with, apparently, no configuration available. In our case, Fiable.biz, the website creation business, is the administrator, and does the tasks to difficult for the client. The client is webmaster (Fiable.biz creates a "webmaster" role for him), and the client wants other people to be registered. In the precise case I want to solve, the client is an association, whose few members share the webmaster role, while all other members should be able to register (as "registered users") after validation by a webmaster. So, how can I have the registration requests sent to a webmaster, rather than to me, the administrator?

Comments

Jaypan’s picture

If I recall correctly, these are sent to the site mail address. You should be able to change it by changing the site mail address.

Fiable.biz’s picture

Hello.

Thank you very much. It could be a workaround, but unsatisfactory, because doing so reveals to the candidate the webmaster's e-mail address. And, if the candidate is a bot, it can collect this address too. So I think I'm going to forward the website address rather than changing it. But won't this have side effects, such as some technical problems be reported to the webmaster too?

http://Fiable.biz Web site creation.

Jaypan’s picture

Yes.

I have no idea of there are any module based solutions for this. However, if you are a coder, you can implement hook_mail_alter(), and check the message key. If it is the key for new registrations, you can swap out the email address with the one you'd prefer.