accounts.controllers.captcha_image module

Provides the captcha image controller.

accounts.controllers.captcha_image.get(token, secret, ip_address, font=None)[source]

Provide the image for stateless captcha.

Return type:Tuple[dict, int, dict]