You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/09/05 11:40:25 UTC

openmeetings git commit: [OPENMEETINGS-1691] re-ordering

Repository: openmeetings
Updated Branches:
  refs/heads/master 6ac6ec5f6 -> fca1a790b


[OPENMEETINGS-1691] re-ordering


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/fca1a790
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/fca1a790
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/fca1a790

Branch: refs/heads/master
Commit: fca1a790b18f4f932c596617c5583f3c58cf8815
Parents: 6ac6ec5
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Tue Sep 5 18:40:17 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Tue Sep 5 18:40:17 2017 +0700

----------------------------------------------------------------------
 .../java/org/apache/openmeetings/util/OpenmeetingsVariables.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/fca1a790/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
----------------------------------------------------------------------
diff --git a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
index b3fd0ab..a5fd5ef 100644
--- a/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
+++ b/openmeetings-util/src/main/java/org/apache/openmeetings/util/OpenmeetingsVariables.java
@@ -32,11 +32,11 @@ public class OpenmeetingsVariables {
 	public static final String CONFIG_REGISTER_FRONTEND = "allow.frontend.register";
 	public static final String CONFIG_REGISTER_SOAP = "allow.soap.register";
 	public static final String CONFIG_REGISTER_OAUTH = "allow.oauth.register";
-	public static final String CONFIG_LOGIN_MIN_LENGTH = "user.login.minimum.length";
 	public static final String CONFIG_MAX_UPLOAD_SIZE = "max.upload.size";
 	public static final String CONFIG_SIP_ENABLED = "sip.enable";
 	public static final String CONFIG_SIP_ROOM_PREFIX = "sip.room.prefix";
 	public static final String CONFIG_SIP_EXTEN_CONTEXT = "sip.exten.context";
+	public static final String CONFIG_LOGIN_MIN_LENGTH = "user.login.minimum.length";
 	public static final String CONFIG_PASS_MIN_LENGTH = "user.pass.minimum.length";
 	public static final String CONFIG_IGNORE_BAD_SSL = "oauth2.ignore.bad.ssl";
 	public static final String CONFIG_REDIRECT_URL_FOR_EXTERNAL = "redirect.url.for.external.users";