1. 打开命令提示符
2. 转到<OpManager_HOME>\pgsql\ bin 目录
3. 类型
对于Windows:psql -U postgres -p 13306 -h 127.0.0.1 -d OpManagerDB
对于Linux:./psql -U postgres -p 13306 -h 127.0.0.1 -d OpManagerDB
请执行以下查询:
select name,apikey from ApiKeyToUserMap inner join AAALogin on AAALogin.USER_ID=ApiKeyToUserMap.APIKEYID inner join ApiKey on ApiKey.APIKEYID=ApiKeyToUserMap.APIKEYID where name='admin';
4. 从查询的输出中复制API密钥。
5.安装Google chrome Postman加载项。
6.打开Google chrome浏览器并打开Postman插件,然后在POST 方法中执行以下API命令从而重置密码。
例如:
http://localhost:8080/api/json/nfaadmin/changePassword?apiKey=34b77304c502174eaf8b70b034254071&newPwd=admin&userName=admin
Localhost-Opmanager服务器IP:webserverport
API key-从命令输出中复制
New Password-管理员用户的新密码