Question

After registration, system send a verification mail to subscriber's mail id.

When user once clicks on verification link, the token must be expired.

I want to display the link expired message from next time click?

How to do it?

Was it helpful?

Solution

You may override VerifyEmailAddressAction.java action class, and set custom error message in SessionErrors and display it in Email Verification screen.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top