You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2015/06/29 06:18:10 UTC

stratos git commit: STRATOS-1269 - Removing JS username pattern validation in client side

Repository: stratos
Updated Branches:
  refs/heads/master bc884cc8a -> ff7ed099c


STRATOS-1269 - Removing JS username pattern validation in client side


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

Branch: refs/heads/master
Commit: ff7ed099c19db2a94498970be1eb64952e08d111
Parents: bc884cc
Author: lasinducharith <la...@gmail.com>
Authored: Mon Jun 29 09:47:35 2015 +0530
Committer: lasinducharith <la...@gmail.com>
Committed: Mon Jun 29 09:47:35 2015 +0530

----------------------------------------------------------------------
 .../console/controllers/forms/schema/users/users.json               | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/ff7ed099/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/users.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/users.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/users.json
index 30dfdec..70e2c9e 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/users.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/users/users.json
@@ -32,7 +32,6 @@
             "name": "User Name",
             "minLength":3,
             "required":true,
-            "pattern":"^[^~!#$;%^*+={}\\|\\\\&lt;&gt;,\'\"]{3,30}$",
             "default": ""
         },
         "credential": {