Federico Don
unread,Oct 26, 2012, 4:47:14 PM10/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gito...@googlegroups.com
Hello to all,
I need your help please!
I want to assign permission to administrator an any user in my private gitorious.
To achieve this I did it as follows:
Join in mysql
mysql> show databases;
mysql> use gitorious
mysql> show tables;
mysql> desc users;
mysql> update users set is_admin = '1 'where login =' user ';
By doing this, the user "user" can access the "Administration" section on the web.
The problem is I can not assign permissions to other users in repositories with this "user".... What am I doing wrong?
I can see all Projects, I can see all repository, I can see all users but i can not see inside the any proyect: "Add repository" "Edit project" "Manage access" "Edit repository"
Could you please help me??
Thanks for your time!
Regards,