在 Edge UI 中停用重設密碼連結

Edge for Private Cloud 4.18.05

根據預設,Edge UI 的登入畫面會包含一個連結,可讓使用者重設密碼:

不過,這個連結並未與外部驗證伺服器整合,因此您可以按照下列程序隱藏連結:

  1. 在編輯器中開啟 ui.properties 檔案。如果檔案不存在,請建立一個:
    vi /inst_root/apigee/customer/application/ui.properties
  2. ui.properties 中將 conf_apigee_apigee.feature.disablepasswordreset 權杖設為「true」:
    conf_apigee_apigee.feature.disablepasswordreset="true"
  3. 儲存變更。
  4. 重新啟動 Edge UI:
    /inst_root/apigee/apigee-service/bin/apigee-service edge-ui restart

如要日後重新啟用此連結,請將 conf_apigee_apigee.feature.disablepasswordreset 權杖設為「false」,然後重新啟動 Edge UI。