Error when sending activation link

When trying to send a user an activation link, the following error can occur:

Error

Hence, the activation link in the OpenIAM web console looks as follows.

Web Console

This error is due to the org.openiam.ui.user.reset.password.option.autoGenerate.show == false value in your database. This means the auto-generating password option is disabled.

To resolve it, set the property value to true, so you should see the following option on the reset password screen:

Reset Password Screen

This property must be enabled for the send activation link option to work properly.