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:
authorLukas Reschke <lukas@statuscode.ch>2016-06-27 19:04:37 +0300
committerGitHub <noreply@github.com>2016-06-27 19:04:37 +0300
commit6c3cd47d7b6a4d46aefc573d1ac8dacaa778a012 (patch)
tree70ff2a1f710f346ed7f2ef4285c3f1c25c9f7f29 /appinfo
parent92597e8d5067c3ff61ece66902a4fb8b74099dd1 (diff)
Default enable the app
In my opinion we should default enable generally useful features like this one, it also makes it easier for admins to see what features we do offer. The following policies will be enforced then: - Password has at least 10 characters - Password is not one of the 1,000,000 most used ones
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e71d6cf..833628a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,4 +12,5 @@
<dependencies>
<owncloud min-version="9.0" max-version="9.1" />
</dependencies>
+ <default_enable/>
</info>