summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.orion.client.core/web-ide.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web-ide.conf b/bundles/org.eclipse.orion.client.core/web-ide.conf
index 2d798c7..13622f7 100644
--- a/bundles/org.eclipse.orion.client.core/web-ide.conf
+++ b/bundles/org.eclipse.orion.client.core/web-ide.conf
@@ -23,6 +23,13 @@
#uncomment this line to specify a comma-separated list of users that are allowed to access the logs service.
#orion.auth.log.service=admin
+#uncomment this line to disable to disable the default username and password verification rules. By
+#default a username is between three and twenty characters long. By default passwords must be eight characters
+#long and must contain at least one alpha character and one non alpha character. If this preference is true these
+#rules are ignored and any length username and any password may be used.
+public static final String CONFIG_AUTH_DISABLE_ACCOUNT_RULES = "orion.auth.disable.account.rules
+
+
#uncomment this line to cause newly created projects to be initialized as git repositories
#orion.file.defaultSCM=git