#1527 Hot Fix - fas1/fas2 auth.py
Closed: Fixed None Opened 14 years ago by ricky.

A mistake in auth.py in the last release of FAS was preventing people from applying to any CLA groups, which is needed for groups like cla_redhat, etc. I have patched /usr/lib/python2.4/site-packages/fas/auth.py on fas1/fas2 to change line 165 from

{{{
if person == applicant and group.group_type not in ('cla', 'system'):
}}}

to

{{{
if person == applicant and group.group_type not in ('system',):
}}}


Adding hotfix keyword.

Fixed in: 0.8.6.2.4 which is now deployed.

Login to comment on this ticket.

Metadata