Unable to validate account confirmation in WSO2 version 6.0

Viewed 24

When I'm validating the account by clicking the link given in email during account verification process(sign up process), I'm getting below error. Can you please suggest what is causing this error? enter image description here

1 Answers

In the self-registration config section, there is a configuration for callback validation. It is provided as a regex. Make sure you have configured it properly.

enter image description here

Related