浏览代码

Update login_vars.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 年之前
父节点
当前提交
85392209f0
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      control_plane/input_params/login_vars.yml

+ 3 - 2
control_plane/input_params/login_vars.yml

@@ -51,13 +51,14 @@ idrac_password: ""
 ### Usage: webui_grafana ###
 
 # The username for grafana UI
-# The length of username should be atleast 6
+# The length of username should be atleast 5
 # The username must not contain -,\, ',"
 grafana_username: ""
 
 # Password used for grafana UI
-# The length of the password should be at least 6
+# The length of the password should be at least 5
 # The password must not contain -,\, ',"
+# The password should not be kept 'admin'
 grafana_password: ""
 
 ### Usage: network_ethernet ###