码迷,mamicode.com
首页 > 其他好文 > 详细

gitlab重置密码

时间:2015-04-01 11:32:39      阅读:846      评论:0      收藏:0      [点我收藏+]

标签:

ruby没怎么学,自己搭建的gitlab的root密码又忘了,幸好看见此帖子,试验ok

http://roland.kierkels.net/git/reset-your-gitlab-root-password-from-a-terminal/

RESET YOUR GITLAB ROOT PASSWORD FROM A TERMINAL

Seriously ‘Invalid email or password’. I know for sure that it was correct, or wasn’t it? Are you in the same situation and resetting your password the old school way doesnt work for you then here is a solution to hack your back into GitLab. To make this work you need of course root access to your GitLab server.

Start by logging into your server with root privileges. Then start a Ruby on Rails console. Don’t worry if you have never worked before in Ruby, I hadn’t too, its really easy!

Start the console with this command:

Next wait until the console has loaded. You will see something like this if everything is OK:

技术分享

Gitlab Rails Console

Now there are multiple ways to find your user. In my case I know there was only one user and it had so it has ID 1. But you can also search for email or username.

Now lets change your password:

Its important that you change both password and password_confirmation to make it work.
Now lets save the changes.

The ( ! ) symbol is very important. Otherwise your changes are not pushed to the database. Now exit the console and try to login with your new password. It should work now.

gitlab重置密码

标签:

原文地址:http://blog.csdn.net/needkane/article/details/44802511

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!