Password reset: Getting started with Bubble (Lesson 2.8)

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • Section 2 (Lesson 8/8): In this lesson, we’ll focus on a crucial aspect of user management: password resets. This lesson covers the end-to-end process of signing up a user, testing the login workflow, and implementing a secure and efficient password reset process.
    What you'll learn:
    • Signing up a user and testing the signup workflow.
    • Logging users in and out to validate the login workflow.
    • Implementing a password reset workflow, including sending password reset emails and ensuring users can easily update their passwords.
    Resources folder:
    ➡ e6387a14ba6d0b...
    Bubble editor:
    ➡ bubble.io/page...
    * * * * *
    Subscribe to this channel to be the first to hear about new videos!
    Bubble is a software development platform that enables anyone to build and launch web applications without writing code. Rather than specializing in one or two aspects of web development (like designing landing pages or building databases), Bubble’s full-stack visual programming interface does it all. That means anyone from first-time entrepreneurs to enterprise-level companies can take an idea from concept to fully functional, scalable reality - faster and cheaper than you could with just code.
    Have a question? Please visit bubble.io/support.
    Learn more about Bubble:
    Homepage ➡ bble.io/nUvhXp
    Twitter ➡ / bubble
    Blog ➡ bubble.io/blog

Комментарии • 26

  • @PaulAlford
    @PaulAlford 6 месяцев назад +8

    Fabulous course. Gregory, you are an amazing teacher. Thank you for this. Is it possible to have all the sections released in one go? Some us will be working faster than others for sure.

  • @jmoney_n
    @jmoney_n 6 месяцев назад +5

    love this - when are we getting the next lesson?

  • @asaren
    @asaren 4 месяца назад +5

    I don't get the email confirmation. I did check "Send an email to confirm the email" on Siingup's button workflow. Also, no reset password link was sent to email. Why is that?

  • @AjayBatra1
    @AjayBatra1 6 месяцев назад +1

    Super helpful - thanks!

  • @RayaNhoung
    @RayaNhoung 4 месяца назад +1

    Love this lesson! I followed all your instructions. I can sign the user (myself) up with my own email successfully. With that email, I can login back successfully either. But I didn't receive email confirmation from Bubble when I first signed myself up.

    • @Priyotosh-r4l
      @Priyotosh-r4l 4 месяца назад

      enable email confirmation option during sign up workflow

  • @chrisbampton1774
    @chrisbampton1774 20 дней назад

    I noticed the 'user type' from the page state button was not passed from the login screen to the user creation in the database..... hopefully covered later? Strange to focus on putting the variable in but then not mention how it is passed to the database? Really enjoy the lessons - Thankyou.

    • @gregory-john
      @gregory-john 19 дней назад +1

      Great question Chris, you're right, I should really have configured the user type in this lesson. It's coming though, in lesson 3.7 we configure this when we sign Hana up to the app.

  • @AliQasim-tp4qq
    @AliQasim-tp4qq 3 месяца назад +3

    i did not recieve confirmation email

  • @QLY.
    @QLY. Месяц назад

    if you don't get email confirmation, try a different email, and open the link in a different browser to show(user pov) not your pov as an app dev

  • @igorleschenko9185
    @igorleschenko9185 6 месяцев назад +1

    Greg, it's obvious that you've also had a hand in the thumbnails 😉. For some reason, I immediately thought it was you, considering the design of your channel. And then it all confirmed when I saw you in the video ))
    Thank you for your tutorials!

    • @gregory-john
      @gregory-john 5 месяцев назад

      Hi Igor, indeed. Bubble's wonderful brand department has created almost 70 of them now.

  • @davidstolt
    @davidstolt 3 месяца назад +3

    i did not recieve confirmation email but maybe that's bc of Free plan???

    • @officialaibusiness
      @officialaibusiness Месяц назад

      You should still get the conformation email on the free plan, I did and I'm on free. However, when I click to confirm the email, it takes me to a blank page - not sure why?

  • @iniedoro
    @iniedoro 2 месяца назад

    I tried logging in and I received an error that bubble needs an email address. I went back to the inbox and click on the email confirmation link. And re-do the log in exercise and it finally worked. thanks.

  • @officialaibusiness
    @officialaibusiness Месяц назад

    When I look at the respnsive view, the text at 375 is huge. How can I keep it the same size in every responsive view? I think this is a bug.

  • @happyboss555
    @happyboss555 5 месяцев назад

    Hi any expert can help? When I set up navigate to other pages, the issue shows it need set up data to send when navigating. How can I turn it off, Thank you.

  • @AliQasim-tp4qq
    @AliQasim-tp4qq 3 месяца назад

    when i log in my browser keep poping up include an email how to solve it

  • @uen1857
    @uen1857 6 месяцев назад

    thanks a lot for the valuable content. i would like to ask how we can make the contact us page with contcat form that is working

    • @gregory-john
      @gregory-john 6 месяцев назад +2

      Create a new Data type called 'Contact' - add fields 'Name', 'Email' and 'Message' - then on the button, run a workflow to 'Create a new thing' , you want to create a new 'Contact' here. Match the fields to the inputs in the form.

    • @uen1857
      @uen1857 6 месяцев назад

      thank you for your quick and effective answer@@gregory-john

  • @hearmeoutsofficial
    @hearmeoutsofficial 6 месяцев назад

    You did not add text in the company name...how would that work?

    • @bigcretin
      @bigcretin 6 месяцев назад +1

      I believe he only ticked the "This input should not be empty" option for the email and password inputs. There's currently no logic that says the company input needs to be filled.