Posted by jthorson on January 13, 2012 at 11:50pm
So I discovered yet another multiple application applicant today, and attempted to link him to the 'only open one application' text on the 'Full Project Application' pages.
To my surprise, that particular text does not exist. Let's get it added!
And as an unrelated item, I should be posting this as a todo in a 'Project Application Process' issue queue, not on g.d.o! :)

Comments
Makes sense to me, +1.
Makes sense to me, +1.
certifiedtorock.com/u/36762/
Did a cleanup today ... for
Did a cleanup today ... for reference, the query used to identify multiples was:
select count(a.nid), b.uid from project_issues a left join node b on a.nid = b.nid where (a.pid = 1025112 and a.sid in (1, 13, 8, 14, 2, 7)) group by b.uid having count(*) > 1 order by count(a.nid) DESC;'Only one application'
'Only one application' message added to both http://drupal.org/node/1011698 and http://drupal.org/node/1187664.