We have a ownCloud instance which is reachable from intern & extern with a an LDAP backend.
When a user enters wrong credentials, the "wrong password" box appears, with a link to reset the password.
I know that i can change the password reset link in the config.php with:
'lost_password_link' => 'https://example.org/link/to/password/reset',
But i don't want to host an external site with an information, how my users can reset their password or who to contact.
It would be great if there would be an option in the config.php like:
'disable_password_link' => true,
to disable the reset link completely.
There should only be the information for the user, that the credential which they have entered are wrong.
Example message "Wrong Credentails! Try again."
sounds reasonable to me - THX for suggesting.
@DeepDiver1975 I would like to work on it
@DeepDiver1975 I would like to work on it
your are more then welcome - go for it 馃槈
Is there some progress here? @imujjwal96
Forgot to push the code. Sorry for the delay.
PR merged, thanks a lot!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@DeepDiver1975 I would like to work on it