On Sun, Mar 13, 2016 at 9:52 AM, Sebastian Bazley <s...@apache.org> wrote: > > - if person.asf_member? > + if person.asf_member? # TODO is this the correct check? it includes > people in members unix group > member[:info] = person.members_txt
In this particular case, I think so. It will only include information from members.txt in the view if you have read access to members.txt. - Sam Ruby