diff options
author | Anthony Hunter <anthonyh@ca.ibm.com> | 2015-03-20 16:36:00 -0400 |
---|---|---|
committer | Anthony Hunter <anthonyh@ca.ibm.com> | 2015-03-20 16:36:00 -0400 |
commit | 71fcf673f895d65bd7bc8a775365beba291e3fff (patch) | |
tree | 9c6358ef8dd48fc5edf284c44abe113305a97691 | |
parent | 8e71f08c943d204108789c0b1b87e38f3d923f74 (diff) | |
download | org.eclipse.orion.client-origin/stable_20150323.zip org.eclipse.orion.client-origin/stable_20150323.tar.gz org.eclipse.orion.client-origin/stable_20150323.tar.bz2 |
Bug 462714 preference to turn off username and password verificationorigin/stable_20150323
-rw-r--r-- | bundles/org.eclipse.orion.client.core/web-ide.conf | 7 |
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 |