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

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

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

  1. 在編輯器中開啟 ui.properties 檔案。如果檔案不存在,請建立一個:
    vi /inst_root/apigee/customer/application/ui.properties
  2. conf_apigee_apigee.feature.disablepasswordreset 權杖設為「true」英吋 ui.properties:
    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