Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的 Rhodecode 管理员离开了他的公司。我对盒子有root访问权限。
如何授予我的 Rhodecode 帐户管理员权限?
如果你能猜到mysql密码,你可以用
mysql> use rhodecode; mysql> update users set admin = 1 where username = 'your.username';
另一种选择是使用 RhodeCode 的恢复控制台并重置当前用户密码。
见这里:https ://docs.rhodecode.com/RhodeCode-Enterprise/admin/reset-information.html#manually-reset-password