On Thursday, February 26, 2015 at 1:02:14 PM UTC-6, Daniel Serodio wrote:
>
> To make a LDAP user an admin, you should use the Rails console like this:
>
> sudo gitlab-rails console
> u = User.find_by_username("maneesh")
> u.admin = true
> u.save
> exit
>
> This may or may not solve your problem, because there's a bug where even 
> being an admin, you can't create projects on all namespaces.
>
> HTH,
> Daniel Serodio
>
>  
Why is this not implemented in the web interface?

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/af498366-019f-43b8-a6c0-00eef2c36ae1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to