Joakim Olsson wrote: > I'm using Git instead of Subversion and I'm > using OpenId for authentication of users so my usernames are not the > same as my user information from Git. > > Does that mean that it won't be possible to make the commit_updater work > in my setup?
The commit updater doesn't perform any permission checking for adding the comment to the tickets on commit, as it assumes that if you have permission to commit, you also have permission to add comments. However, the updater requires the changeset author to have TICKET_MODIFY permission to close tickets. If your commit username is different from your Trac username, you will not have the required permission. So you should disable that check by setting the "[ticket] commit_ticket_update_check_perms" option to "false" in trac.ini. -- Remy
signature.asc
Description: OpenPGP digital signature
