Sorry for your time.... I could resolved it ... I created a new group with the users for administration to permission, add the users on this group and then I added the group on each projects "Transfer ownership to a group (optional):"
This link I could help me: https://gitorious.org/gitorious/pages https://gitorious.org/gitorious/pages/UserRoles Thanks and regards, 2013/2/18 Federico Don <[email protected]> > 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] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
