Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to reset or retrieve the admin password

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains "how to reset or retrieve admin password". The explanation content in this article is simple and clear, easy to learn and understand. Please follow the idea of Xiaobian slowly and deeply to study and learn "how to reset or retrieve admin password" together!

problem description

Suddenly one day Harbor could not log in, prompt account password error, suspected to be accidentally modified, so try to reset admin password.

Finally, the problem was found on the back-end storage, and the storage exception caused the login to fail. Here is how to reset and retrieve your password.

Get admin password

This method only applies to scenarios where the password has not been changed via Harbor GUI, otherwise it can only be reset.

Step 1: Enter container # Harbor version =1.8: docker exec -it "" bash Step 2: Check password env| grep HARBOR_ADMIN_PASSWORD Reset admin password docker exec -it "" bashpsql -U postgres -d registry> select * from harbor_user;> update harbor_user set salt ='', password ='' where user_id = "";#Restart the service, it may not be necessary to restart, we have not reset, here refer to the official documentation for records. Thank you for reading, the above is "how to reset or retrieve admin password" content, after the study of this article, I believe we have a deeper understanding of how to reset or retrieve admin password, the specific use of the situation also needs to be verified. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report