Hello
I have Nextcloud Hub 9 (30.0.5) on ubuntu 24.04
I would like to remove the option to reset the password in case of forgetting it from the login page.
Thank you for your help.
Marcin
here is the config option
/**
- If your user backend does not allow password resets (e.g. when it’s a
- read-only user backend like LDAP), you can specify a custom link, where the
- user is redirected to, when clicking the “reset password” link after a failed
- login-attempt.
- In case you do not want to provide any link, replace the url with ‘disabled’
*/
‘lost_password_link’ => ‘https://example.org/link/to/password/reset’,
2 Likes
Yes, Thank You, I find
‘lost_password_link’ => ‘disabled’,
in file /var/www/nextcloud/config/config.php