- 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
@synetalsolutions These steps performed when two-factor authentication was disabled. Maybe you can give it a shot and let us know if these steps work with 2FA enabled.