0

Somehow my super admin username or password has updated by mistake in WSO2IS. How to reset it to username=admin and password=admin. Now i can not login from my admin account.

Community
  • 1
  • 1
  • That's not a programming question, so consider asking on e.g. superuser.com instead. Make sure to read their site guidelines first, though! – Ulrich Eckhardt Mar 30 '21 at 07:38
  • WSO2-IS Slack Channel (#Users channel) would be a better place for product-specific support. Find the link here https://github.com/wso2/is-community-call#links-to-bookmark – Anuradha Karunarathna Mar 30 '21 at 10:09

1 Answers1

1

You can try changing the username and password using the deployment.toml file located in <IS_HOME>/repository/conf directory. You can find the below configuration there. Change this according to your need.

[super_admin]
username = "admin"
password = "admin"