Hi
is it possible to display the forgotPasswordLink if we are using an Enterprise Connection?
I have customized the login page (Lock) on the Universal Login (Classic)
allowForgotPassword: true,
forgotPasswordLink: ‘https://some_url’,
But I see the link only if I use the database connection.
The final goal is to display a password forgotten link on the login site who redirect me to a different site who is doing the password change on the active directory.
Thanks a lot