Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top