On Monday, 19 March 2018 9:19:32 PM AEDT Pirate Praveen wrote: > We need to update debian/rake-tasks.sh as given here, > > https://gitlab.com/gitlab-org/gitlab-ce/blob/v10.5.5/doc/install/installati > on.md#initialize-database-and-activate-advanced-features
Unfortunately that does not create an account and freshly installed GitLab
ends up without any accounts at all.
To fix the problem I had to register new user (without logging in) then run
the following from GitLab console:
~~~~
u = User.where(id: 1).first
u.admin = true
u.save
exit
~~~~
Took me a while to find out that... ;)
Regards,
Dmitry Smirnov.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
