在 Edge 界面中停用重置密码链接

适用于私有云的 Edge v4.18.05

默认情况下,Edge 界面的登录界面包含一个链接,供用户重置密码:

不过,此链接未与外部身份验证服务器集成,因此您可以按照以下步骤隐藏该链接:

  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 界面:
    /inst_root/apigee/apigee-service/bin/apigee-service edge-ui restart

如需在稍后重新启用此链接,请将 conf_apigee_apigee.feature.disablepasswordreset 令牌设置为“false”,并重启 Edge 界面。