diff options
author | Li Zi <li.zi30@zte.com.cn> | 2018-04-26 00:52:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-26 00:52:59 +0000 |
commit | 767c14f4326941170683bbc3ed6a69fe3725b459 (patch) | |
tree | 17a2db6eb3ea6479bbdbc2e79f735453846da984 /portal/src/main | |
parent | 3f2c48f773b748986d2032c4cd74c06621f9f258 (diff) | |
parent | d9079caa7c02fbf510debc8304ee949b4a5b5fae (diff) |
Merge "Change field length to 50 for password"v1.1.02.0.0-ONAPbeijing2.0.0-ONAP
Diffstat (limited to 'portal/src/main')
-rw-r--r-- | portal/src/main/webapp/extsys/vim/js/vim-validate.js | 2 |
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, |