Rexxer

Some tips for me and other

Unblock LDAP User in Gitlab

Run gitlab-rails console production and enter those commands:

user = User.find_by_email("<$USER_EMAIL>")
user.state = "active"
user.save
exit

https://docs.j7k6.org/gitlab-ldap-unblock-user/

Comments are currently closed.