Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To change the default admin password, log in to the management console with admin/admin credentials and use the "Change my password" option. After changing the credentials, change change the same in the <APIM_HOME>/repository/conf/user-mgt.xml file file:

Code Block
languagexml
<UserManager>
   <Realm>
      <Configuration>
          ...
          <AdminUser>
             <UserName>admin</UserName>                  
             <Password>admin</Password>
          </AdminUser>
      ...
   </Realm>
</UserManager>

...