Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: https://github.com/wso2/product-apim/issues/3100

Table of Contents

...

Why are the changes I did to the resource parameter  Response Content Type of a published API not reflected in the API Store after saving?

If you edited the Response Content Type using the UI, please open the API's Swagger definition, do your changes and save. Then the changes should be reflected back in the API Store. This will be fixed in a future release.

...

If your identity provider is WSO2 Identity Server, this facility comes out of the box. If not, install the Account Recovery and Credentials Management feature (Available under User Management category) to the API Manager and configure it. For information, see User Account Locking and Account Disabling page in the Identity Server documentation. For more information on installing features, see Feature Installation documentation.

Is there a way to recover a forgotten password  for a API store user?

In order to recover a password of a store user, you need to enable the password recovery feature. By default the feature will not work, as an email server is not conifgured.Follow the steps below to properly configure the forgotten password feature.

Open the <APIM_HOME>repository/conf/axis2/axis2.xml and uncomment the following tag and configure a mail server. Refer to MailTo Transport for more information.

Code Block
<transportSender name="mailto" class="org.apache.axis2.transport.mail.MailTransportSender">

...

You would receive an email with the following information. Click on the link given.
Image Removed

Tip

If you need to change the template of the email, i.e the email link, wording etc, you need to open the <APIM_HOME>/repository/conf/email/email-admin-config.xml file and change the template.

...

.

How do I change the default admin password and what files should I edit after changing it?

...