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:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-07 17:37:26 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-07 17:41:40 +0300
commit87bc02c6cd482a28aa175d269d48a849ca9eb399 (patch)
treef8e6d45d2f773f3c73a0393b921677178c56b5d2 /config
parentf8f3c9ecf9da1f14722f6d3266a0e80ea157f98f (diff)
Allow specifying a custom reset-password-url
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 034a1ebddbf..c3abe3a2b87 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -214,6 +214,14 @@ $CONFIG = array(
),
/**
+ * If your user backend does not allow to reset the password (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.
+ */
+'lost_password_link' => 'https://example.org/link/to/password/reset',
+
+/**
* Mail Parameters
*
* These configure the email settings for ownCloud notifications and password