...
Configure Passwords
Configure ReCaptcha
You can To allow password recovery, you must enable ReCaptcha for Abiquo. You will need to request keys from this link: https://www.google.com/recaptcha/admin#createsite
...
...
Configure Password Reset Link
Users can reset their password in the UI by clicking on the Forgot your password? link.
...
You can configure the link address in the Configuration View, but if you do not wish to allow the user to reset their password, you should edit the client-config-custom.json file and set the client password recovery value to false.
Code Block |
---|
"client.password.recovery":false |
When this value is false, the link will not display.
...