summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudhakarReddy <Sudhakar.reddy@amdocs.com>2018-04-25 12:13:21 +0530
committerSudhakarReddy <Sudhakar.reddy@amdocs.com>2018-04-25 12:15:27 +0530
commitd9079caa7c02fbf510debc8304ee949b4a5b5fae (patch)
tree44d31eaa32951ef4d0a8e9d5826b13e146b276a8
parent00e75cc74e5c93a25136d4576ffe23878ca1825c (diff)
Change field length to 50 for password
Change-Id: I60a77fe028c0a024a8e278b104780fd55605d4c2 Issue-ID: AAI-1096 Signed-off-by: SudhakarReddy <Sudhakar.reddy@amdocs.com>
-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,