summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Zi <li.zi30@zte.com.cn>2018-04-26 00:52:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-26 00:52:59 +0000
commit767c14f4326941170683bbc3ed6a69fe3725b459 (patch)
tree17a2db6eb3ea6479bbdbc2e79f735453846da984
parent3f2c48f773b748986d2032c4cd74c06621f9f258 (diff)
parentd9079caa7c02fbf510debc8304ee949b4a5b5fae (diff)
Merge "Change field length to 50 for password"v1.1.02.0.0-ONAPbeijing2.0.0-ONAP
-rw-r--r--portal/src/main/webapp/extsys/vim/js/vim-validate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/src/main/webapp/extsys/vim/js/vim-validate.js b/portal/src/main/webapp/extsys/vim/js/vim-validate.js
index 2297458..59436d3 100644
--- a/portal/src/main/webapp/extsys/vim/js/vim-validate.js
+++ b/portal/src/main/webapp/extsys/vim/js/vim-validate.js
@@ -49,7 +49,7 @@ form.validate({
},
password: {
required: true,
- maxlength: 20
+ maxlength: 50
},
tenant: {
required: true,