Canvas App: Reset/ Forgot Password feature in Log-In page complete Tutorial

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • In this Technical tutorial, I will walk you through the process of implementing a "Forgot/ Reset Password" feature in your PowerApps Canvas App, using OTP (One-Time Password) authentication.
    This method provides an additional layer of security and convenience for your app users. 🔐💡
    In this step-by-step guide, what you will learn:
    1. Creating the Forgot/Reset Password functionality in your Canvas App.
    2. Adding Validation in all necessary controls/field in your canvas app.
    3. Integrating OTP generation and delivery to the user's email. 📧✉️
    4. Ensuring a secure and user-friendly password reset process. 🛡️🔄
    Whether you're a PowerApps beginner or looking to enhance your app development skills, this tutorial will help you master this important feature. 🚀
    Don't forget to like, comment, and subscribe for more helpful PowerApps and app development tutorials. If you have any questions or suggestions for future tutorials, please leave them in the comments below.
    Happy app building! 📱🔒
    Timeline:
    0:00 - Introduction
    04:21 - Creating UI - for forget/ reset Password Screen
    21:06 - Sending mail with OTP to Reset Password
    29:26 - Adding Validation to OTP Screen in Canvas App
    34:05 - Updating Old Password with New Password, once OTP is validated
    41:27 - Refining the App - Making it more User Friendly
    #PowerApps #resetpassword #otp #canvasshoes #microsoftpowerapps #microsoftpowerplatform #powerplatform #security #forgotpassword #appdevelopment #userauthentication #authentication #validation
  • НаукаНаука

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

  • @osycross
    @osycross 7 дней назад

    Hi, your videos are great and really helpful. I want you to do a PowerApps video whereby, during login, a user who has registered and subscribed to a product is directed directly to the product page, and registered users without subscriptions are directed to the subscription page during login.

  • @user-ns1cz2pz8c
    @user-ns1cz2pz8c 3 месяца назад +2

    Nicely explained, with such amazing voice 😇

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

    Thankyou so much, Nice explanation

  • @shaikhrijwan9322
    @shaikhrijwan9322 9 месяцев назад +3

    Keep uploading the videos like this 👌

  • @user-nm4kc6cq7f
    @user-nm4kc6cq7f 4 месяца назад +1

    This 3 video series helped me so much for my uni project.Thank you

  • @shaikhrijwan9322
    @shaikhrijwan9322 9 месяцев назад +2

    your videos are so helpful , thank you...!

    • @lastminutecoders
      @lastminutecoders  9 месяцев назад +1

      Most welcome and Thank you for your support ✅💫

  • @kirankumar-ux2he
    @kirankumar-ux2he 3 месяца назад +1

    ThankYou bro, this helps me very much for my project

  • @sreeleshmchandran5567
    @sreeleshmchandran5567 8 месяцев назад +1

    Really helpful video, thank you sir

  • @kamalakarreddyuppala3772
    @kamalakarreddyuppala3772 9 месяцев назад +1

    Thank you for your videos its more helpfull for me

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

    Your videos are awesome, it helps me in my project.

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

    Hi, can you make a remember me checkbox for the login page also?

  • @user-vn7fz8dr9t
    @user-vn7fz8dr9t 9 месяцев назад

    Hi can you make a video of how to create shopping mobile app like (eg: Flipkart or Amazon) kind of user based app using canvas app

    • @lastminutecoders
      @lastminutecoders  9 месяцев назад

      Canvas apps are not suitable for making E-commerce applications.
      Canvas app are used for organizational application (ex: Onboarding App, Auditing App, Management App, etc)

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

    Hi, I have managed ro do until Sending OTP, but the otp data is not stored in sharepoint list. I received the email tho. any idea how to fix this issue? thanks and this is a great video because it’s hard to find powerapps video that have a tutorial on OTP!😅

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

      Yeah everything is possible 😁
      The reason for OTP not saving in the backend could be your updateif or patch function might not be working properly .
      You can mail me at lastminutescode@gmail.com I can help you with this.

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

      I had the same problem and it was due to case sensitivity of users email

  • @thikraal-riyami1288
    @thikraal-riyami1288 5 месяцев назад

    The OTP and the password did not save in the database. Do you know the solution, the reset things work perfectly.

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

      The solution is in the video itself .... You may be doing something wrong.... (Watch it properly if you face any issue still mail me at lastminutescode@gmail.com)

  • @dhanushsanala459
    @dhanushsanala459 5 месяцев назад +1

    Hi sir in this screen view Icon is not working can say

    • @lastminutecoders
      @lastminutecoders  5 месяцев назад +1

      Hi, can you please rephrase what's the issue?

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

      In create a New password screen new password. I have insert the view Icon but its not working. And save button also sir.

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

      If(IsMatch(TextInputs.Text, "^(?=.*[a-z]) (?=*[A-Z]) (?.*\d) (?=*[@$!%*?&]) [A-Za-z\d@$!%*?&]{8,}$") &&
      TextInput6.Text=TextInput6_1.Text, DisplayMode. Edit, DisplayMode. Disabled) This code I write in save button but the after play the app save button is in disabled mode only where I wants make correct sir pls tell me.