itstrive / striveCode

some demo and js Knowledge points records :cn: :cloud: :snowflake:
108 stars 83 forks source link

gitlab关闭了sign-in,web端无法登录 #20

Open itstrive opened 4 years ago

itstrive commented 4 years ago

有些人部署完gitlab以后,想着关掉注册,结果可能手贱(或者网上的文章坑人),把sign-in给关闭了,结果你重新登录,发现没入口了。

别急,数据改改就好:

gitlab-psql gitlabhq_production
update application_settings set password_authentication_enabled = true;

输入: \q 退出

gitlab-ctl restart

出现502别急,在稍微等等,服务器还在启动中。