how to change permissions

31 views
Skip to first unread message

Federico Don

unread,
Oct 26, 2012, 4:47:14 PM10/26/12
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,
Reply all
Reply to author
Forward
0 new messages