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, -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
