summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAppaRao Puli <apparao.puli@linux.intel.com>2019-03-24 00:42:13 +0530
committerEd Tanous <ed.tanous@intel.com>2019-03-27 15:37:46 +0000
commit343ff2e152b30bcc82a1bb9120ff873e8ff40e93 (patch)
tree43b06bafc98f7ad272ae1ef31e475e012fbdf408
parentb01bf2991955ef267ce2be8e7a18eac984990de8 (diff)
downloadbmcweb-343ff2e152b30bcc82a1bb9120ff873e8ff40e93.tar.gz
bmcweb-343ff2e152b30bcc82a1bb9120ff873e8ff40e93.zip
Changing maxPasswordLength to 20
Changed maxPasswordLength to 20 as per documentation. Tested by: - Checked redfish account properties response and observed change value. Signed-off-by: AppaRao Puli <apparao.puli@linux.intel.com> Change-Id: If1a963c29381bb7feb431f7e9b270b4432b72f9d
-rw-r--r--redfish-core/lib/account_service.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/account_service.hpp b/redfish-core/lib/account_service.hpp
index 1b7b4b8..9365ebb 100644
--- a/redfish-core/lib/account_service.hpp
+++ b/redfish-core/lib/account_service.hpp
@@ -102,7 +102,7 @@ class AccountService : public Node
{"Name", "Account Service"},
{"Description", "Account Service"},
{"ServiceEnabled", true},
- {"MaxPasswordLength", 31},
+ {"MaxPasswordLength", 20},
{"Accounts",
{{"@odata.id", "/redfish/v1/AccountService/Accounts"}}},
{"Roles", {{"@odata.id", "/redfish/v1/AccountService/Roles"}}}};
OpenPOWER on IntegriCloud