Class ResendEmailVerificationWidget


public class ResendEmailVerificationWidget extends WTemplate
A widget to resend the email verification email.

The widget renders the "Wt.Auth.template.resend-email-verification" template. It prompts for the email address and if it matches the unverified email invokes AuthService#verifyEmailAddress().

See Also:
  • Constructor Details

  • Method Details

    • send

      protected void send()
      Resend the email verification email.

      If the prompted email matches the unverified email address, the verification email is sent.

    • cancel

      protected void cancel()
      Removes this widget from the parent.