summaryrefslogtreecommitdiffstats
path: root/core/js/config.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-07 15:37:26 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-07 15:41:40 +0100
commit87bc02c6cd482a28aa175d269d48a849ca9eb399 (patch)
treef8e6d45d2f773f3c73a0393b921677178c56b5d2 /core/js/config.php
parentf8f3c9ecf9da1f14722f6d3266a0e80ea157f98f (diff)
downloadnextcloud-server-87bc02c6cd482a28aa175d269d48a849ca9eb399.tar.gz
nextcloud-server-87bc02c6cd482a28aa175d269d48a849ca9eb399.zip
Allow specifying a custom reset-password-url
Diffstat (limited to 'core/js/config.php')
-rw-r--r--core/js/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/config.php b/core/js/config.php
index 8956689e74e..e51ae903729 100644
--- a/core/js/config.php
+++ b/core/js/config.php
@@ -141,6 +141,7 @@ $array = array(
'version' => implode('.', OC_Util::getVersion()),
'versionstring' => OC_Util::getVersionString(),
'enable_avatars' => \OC::$server->getConfig()->getSystemValue('enable_avatars', true),
+ 'lost_password_link'=> \OC::$server->getConfig()->getSystemValue('lost_password_link', null),
'modRewriteWorking' => (getenv('front_controller_active') === 'true'),
)
),