fedora-infra / fas

Fedora Account System
https://admin.fedoraproject.org/accounts
GNU General Public License v2.0
40 stars 50 forks source link

make CAPTCHA render #245

Closed ryanlerch closed 7 years ago

ryanlerch commented 7 years ago

previously, the CAPTCHA was not rendering when on the create new account page. The error message from PIL suggested using the 4-tuple of the image size in the paste call, so that is what this does, and it fixes the issue.

Fixes: Issue #244