Developer forum

Forum » Development » User notification on extranet registration

User notification on extranet registration


Reply

Hi,

 

A client want's to be notified whenever an extranet user is created through the frontend. At the moment this is possible, but the backend user has to approve the user before it becomes active. The client want's users to be able to register and start using the benefits immediately, and simply be notified about it. Is this possible?

 

Best Regards,

Nuno


Replies

 
Reply

As of now, you can't have both, unfortunately. If you're running SQL server, you might create a trigger that approves the new user. You can then log the new user in by adding his username and password to the querystring and log him in automatically.

 

You must be logged in to post in the forum