diff options
author | SudhakarReddy <Sudhakar.reddy@amdocs.com> | 2018-04-25 12:13:21 +0530 |
---|---|---|
committer | SudhakarReddy <Sudhakar.reddy@amdocs.com> | 2018-04-25 12:15:27 +0530 |
commit | d9079caa7c02fbf510debc8304ee949b4a5b5fae (patch) | |
tree | 44d31eaa32951ef4d0a8e9d5826b13e146b276a8 /portal | |
parent | 00e75cc74e5c93a25136d4576ffe23878ca1825c (diff) |
Change field length to 50 for password
Change-Id: I60a77fe028c0a024a8e278b104780fd55605d4c2
Issue-ID: AAI-1096
Signed-off-by: SudhakarReddy <Sudhakar.reddy@amdocs.com>
Diffstat (limited to 'portal')
-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, |