...
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 | ||
---|---|---|
| ||
<UserManager> <Realm> <Configuration> ... <AdminUser> <UserName>admin</UserName> <Password>admin</Password> </AdminUser> ... </Realm> </UserManager> |
...