在 Edge UI 中設定密碼提示文字

私有雲 4.19.01 版本

根據預設,當使用者變更 Edge UI 中的密碼時,系統會顯示對話方塊,當中含有用來設定密碼的欄位和文字:

您可以在 /opt/apigee/customer/application/ui.properties 檔案中設定 conf_apigee-base_apigee.passwordpolicy.pwdhint 屬性來設定文字。

如要設定這項屬性,請按照下列步驟操作:

  1. 在編輯器中開啟 ui.properties 檔案。如果檔案不存在,請建立以下檔案:
    vi /opt/apigee/customer/application/ui.properties
  2. 例如,將 conf_apigee-base_apigee.passwordpolicy.pwdhint. 設為 conf_apigee-base_apigee.passwordpolicy.pwdhint
    conf_apigee-base_apigee.passwordpolicy.pwdhint="Password must be 13 characters long and
    contain at least on special character."
  3. 儲存變更。
  4. 重新啟動 Edge UI:
    /opt/apigee/apigee-service/bin/apigee-service edge-ui restart