Class PostRegistrationService

java.lang.Object
org.exoplatform.portal.registration.PostRegistrationService

public class PostRegistrationService extends Object
This service contains actions, which should be performed after successful registration of new user (Sending mail, Activating of user, which is disabled by default etc.)
  • Constructor Details

    • PostRegistrationService

      public PostRegistrationService(org.exoplatform.container.xml.InitParams params, org.exoplatform.services.mail.MailService mailService)
  • Method Details

    • sendMailAfterSuccessfulRegistration

      public void sendMailAfterSuccessfulRegistration(org.exoplatform.services.organization.User user)
      This method can be used to send mail to administrator after successful registration of new user.
      Parameters:
      user - which just register himself to portal.