- Connect the Mongo Ops Manager AppDB using Mongo Shell
- Run below command
- use mmsdbconfig
- db.config.users.update({"un": ""}, {$set: {"isLocked": false, lastPageView: new Date()}})
- Click on the reset password link from the ops manager login page
- Enter your email id and click submit
- Connect to Mongo Ops Manager AppDB using Mongo Shell
- Run below command
- use mmsdbconfig
- db.config.passwordReset.find()
- Copy the
_id
value for the document which contain your email id - Go to the follow link
http://<OPS-MANAGER-HOSTNAME>:<PORT>/user/reset/password/<Replace-With-_id-value>
- You should now be able to set your new password
Seems like you don’t have enough access on AppDB. This steps were written considering the fact that you will have access to AppDB.