You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Взять за основу https://github.com/alsoicode/django-simple-math-captcha
Нужно:
Собрать логику в класс MathCaptchaManager, у которого должно быть 2 метода:
generate, который возвращает MathCaptcha с атрибутами (question, numbers, operator)
и check_captcha(captcha: MathCaptcha, answer) -> bool
The text was updated successfully, but these errors were encountered:
Взять за основу https://github.com/alsoicode/django-simple-math-captcha
Нужно:
Собрать логику в класс
MathCaptchaManager
, у которого должно быть 2 метода:generate, который возвращает
MathCaptcha
с атрибутами (question, numbers, operator)и
check_captcha(captcha: MathCaptcha, answer) -> bool
The text was updated successfully, but these errors were encountered: