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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Settings.php')
-rw-r--r--lib/Settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Settings.php b/lib/Settings.php
index b87dded..60a6a4f 100644
--- a/lib/Settings.php
+++ b/lib/Settings.php
@@ -46,6 +46,7 @@ class Settings implements ISettings {
'enforceSpecialCharacters' => $this->config->getEnforceSpecialCharacters(),
'enforceHaveIBeenPwned' => $this->config->getEnforceHaveIBeenPwned(),
'historySize' => $this->config->getHistorySize(),
+ 'expiration' => $this->config->getExpiryInDays(),
]);
return $response;