Core: [Feature Request] Disable reset password link

Created on 21 Mar 2017  路  7Comments  路  Source: owncloud/core

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."

enhancement statuSTALE

Most helpful comment

@DeepDiver1975 I would like to work on it

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings