Using a reCAPTCHA in Your Flask-WTF Form (Part 3 of 5)

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 30

  • @prettyprinted
    @prettyprinted  4 роки тому

    Join my free course on the basics of Flask-SQLAlchemy: prettyprinted.com/flasksql

  • @MrThisGuy23
    @MrThisGuy23 2 роки тому

    "I find it funny that there is no recaptcha here, to sign up for recaptcha" - Subscribed!

  • @GiantsOnTheHorizon
    @GiantsOnTheHorizon 7 років тому +3

    Thanks for all of the great videos! Your delivery, organization, and style make it incredibly easy to pick up the concepts. In fact, I'm taking a Flask course on Udemy but, I watch your videos first because you make it so much easier to understand.

    • @prettyprinted
      @prettyprinted  7 років тому +1

      Thanks for the compliment!
      I'm starting to create my own courses as well. Check out prettyprinted.com

  • @mohammadalawad1928
    @mohammadalawad1928 7 років тому +1

    Very Useful and .. your videos make it easy for me to get along with Flask!! Thank you

  • @kennyaires7131
    @kennyaires7131 6 років тому +1

    Awesome! always saving flask devs, thanks once again!

  • @antonioferraro7972
    @antonioferraro7972 5 років тому

    Hi Anthony, first of all thanks for the great videos! Just a small comment: I guess the for both the password field and the recaptcha should be outside the two error for loops (it is OK for username). In this case is OK because you seem to get a single error at the time, but if the list would be longer you would end up with malformed HTML.

  • @kevinyuen4454
    @kevinyuen4454 5 років тому +2

    I got SSL: CERTIFICATE_VERIFY_FAILED when I submitted the form. Can you please help?

  • @spidertube1000
    @spidertube1000 6 років тому +1

    Thank you it was very helpful

  • @djordjen
    @djordjen 5 років тому

    Awesome explanation, many thanks!

  • @karlduckett
    @karlduckett 4 роки тому

    Bahaha pointing out register for recapcha, has no recaptcha - the irony is too much.
    Great tutorial as always!

  • @Yalchin403
    @Yalchin403 Рік тому

    If you get ERROR for site owner: Invalid key type, you can try to use version 2

  • @douglasrcjames
    @douglasrcjames 6 років тому

    Remember to add the js for the recaptcha! Mine wasnt appearing til I put that in

    • @prettyprinted
      @prettyprinted  6 років тому

      Good reminder. Thanks!

    • @civamji
      @civamji 5 років тому

      which ?? please describe.

  • @jonasherseth5306
    @jonasherseth5306 5 років тому

    Great vid as always. In form.html, line 18 and 19 really should switch places though :) same for 24/25

  • @RamiroJativa
    @RamiroJativa 4 роки тому

    Thank you!

  • @joeg816
    @joeg816 4 роки тому

    Has anyone figured out how give a custom error message if Recaptha is not checked? "The response parameter is missing." is robotic.

    • @elenenify
      @elenenify 4 роки тому

      yea of. just dont write {{error}} and write something humanic

  • @leon2749
    @leon2749 6 років тому +1

    It would be very useful if you could show how to add to existing form not creating the whole form in python

  • @jakovkusic4219
    @jakovkusic4219 7 років тому

    Hello guys :)
    I was following this tutorial and afterwards had some difficulties implementing reCAPTCHA in my code. This is my question on Stack Overflow, so if you know the answer, please help:
    stackoverflow.com/questions/47676105/cannot-succesfully-validate-recaptcha-field-in-flask-application

    • @prettyprinted
      @prettyprinted  7 років тому +1

      You're not sending the recaptcha data in your AJAX request. You'll have to look at how it's done in a regular form, and then adopt that to your AJAX form.

    • @jakovkusic4219
      @jakovkusic4219 7 років тому

      Pretty Printed Thank you :)
      I will try it now

  • @yousaymyname5174
    @yousaymyname5174 4 роки тому +1

    Funny Google recaptcha does not have recaptcha 😂