Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-12 13:39:07 +0300
committerGitHub <noreply@github.com>2017-05-12 13:39:07 +0300
commit4f752ed1fcb338d1f56037426c8eb77c73599cb7 (patch)
tree01f4b267cd5efc2d2615d013088bad726062158c /config
parent48a9a4bd81ce80f2b42f56aa3f09a0b1e5e0f46a (diff)
parent0828df5ed4d8488570821b07baaaa7449be3ba64 (diff)
Merge pull request #4809 from nextcloud/downstream-27676
Disable reset password link
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 2bafbd411c9..b143693082a 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -253,6 +253,7 @@ $CONFIG = array(
* 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',