Python Flask Login & Register MYSQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 43

  • @sameradnan8674
    @sameradnan8674 3 ปีที่แล้ว +1

    Please help, i got this errro TypeError: tuple indices must be integers or slices, not str

  • @andremyszko
    @andremyszko 5 ปีที่แล้ว +2

    nice music! naaaa naninaaa tstu tsts tu ☻

  • @mariaspatari1276
    @mariaspatari1276 4 ปีที่แล้ว +1

    hi, i'm getting this error: UnboundLocalError: local variable 'user' referenced before assignment. Could you please help me with this.

  • @caesarfebrian2438
    @caesarfebrian2438 3 ปีที่แล้ว

    Mas cara install python-mysqlbd gmn ya

  • @didiergomez2447
    @didiergomez2447 5 ปีที่แล้ว +1

    How do I do a login with user levels, for example that a user has the Administrator profile and another user has the Client profile?
    I need help please
    Thank you

    • @lawrencekatuva8735
      @lawrencekatuva8735 4 ปีที่แล้ว +2

      I had same problem but what I did, I included a column in my database called category, fetched it and included it to the session variables during login then used an if statement where users who belong to some categories had some privileges of accessing additional data

  • @matcha5831
    @matcha5831 6 ปีที่แล้ว +1

    Hi sir , i get this error when i insert my password and click on the submit button on log in page. TypeError: tuple indices must be integers, not str

    • @pratikt007
      @pratikt007 5 ปีที่แล้ว

      Same error occure what is solution of this error

    • @vuongle8460
      @vuongle8460 4 ปีที่แล้ว

      you need to change the type of password before you add it into MySQL ,ex: password.decode('utf-8')

    • @aqsazahid3298
      @aqsazahid3298 4 ปีที่แล้ว

      @@vuongle8460 Hi sir i am facing error while login. The error is" invalid salt " will you please help?

    • @eduardo5164
      @eduardo5164 4 ปีที่แล้ว

      @@vuongle8460 tengo el mismo error puede dar un ejemplo de solucion

    • @haonguyen1916
      @haonguyen1916 3 ปีที่แล้ว

      Chào bạn, bạn cho mình hỏi là tui bị lỗi về vấn đề "MySQLdb._exceptions.OperationalError: (1049, "Unknown database 'flaskdb'")" thì mình nên xử lí như thế nào. Mình cảm ơn

  • @TheRabbit18
    @TheRabbit18 5 ปีที่แล้ว

    what does name = request.form['name'] mean, why not do request.form.data

    • @muhammadahmed9475
      @muhammadahmed9475 5 ปีที่แล้ว

      it means a input field of name (that contains the name data) we are getting that data using request.form['name] and storing it in name

    • @lawrencekatuva8735
      @lawrencekatuva8735 4 ปีที่แล้ว

      It's how you get data from the form. ['name'] is how you have named your form input field. example;

  • @028_nikita4
    @028_nikita4 3 ปีที่แล้ว

    I am getting an error, cannot import name 'MYSQLdb' from 'flask_mysqldb'

  • @adithyabhat4770
    @adithyabhat4770 6 ปีที่แล้ว +2

    what would you do when users try to sign up with same username

  • @mohamedbouezmarni
    @mohamedbouezmarni 2 ปีที่แล้ว

    i like the music

  • @jjonathan43
    @jjonathan43 3 ปีที่แล้ว +1

    Ok

  • @vaishnavitiwari1205
    @vaishnavitiwari1205 3 ปีที่แล้ว

    I am getting an error if anyone can help
    TypeError: object of type 'NoneType' has no len()

    • @dishaghadge4147
      @dishaghadge4147 2 ปีที่แล้ว

      you got solution to this error??

  • @yashkhodankar5516
    @yashkhodankar5516 4 ปีที่แล้ว

    werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
    KeyError: 'password'
    what should i do?i'm getting this error

    • @keerthiraajan3587
      @keerthiraajan3587 4 ปีที่แล้ว

      check your database for a column named 'Password'. It usually occurs when the html form's name and your request.get[] method doesnt match

    • @sirishareddygumpu9666
      @sirishareddygumpu9666 2 ปีที่แล้ว

      @@keerthiraajan3587 I am getting this error Bad Request
      The browser (or proxy) sent a request that this server could not understand. How can I Solve this

    • @keerthiraajan3587
      @keerthiraajan3587 2 ปีที่แล้ว

      @@sirishareddygumpu9666 first check your html form. The name of the input tag must have "name" parameter with a value. Only with that, you'll be able to use request.get()

    • @sirishareddygumpu9666
      @sirishareddygumpu9666 2 ปีที่แล้ว

      @@keerthiraajan3587 okkk thank u so much😊😊

  • @kaizen-mejoracontinua5173
    @kaizen-mejoracontinua5173 4 ปีที่แล้ว

    allows creating the same user more than once.

  • @saugi6350
    @saugi6350 6 ปีที่แล้ว

    Makasih gan

  • @dilininilanka7044
    @dilininilanka7044 6 ปีที่แล้ว +1

    how to install flask_mysqldb in windows

    • @紺野-純子
      @紺野-純子 5 ปีที่แล้ว

      pip install (program name)

    • @danielvital1723
      @danielvital1723 4 ปีที่แล้ว

      first you need to instal SQL for python

    • @mazhwardani
      @mazhwardani 4 ปีที่แล้ว

      me to..
      can u install that?

  • @eduardo5164
    @eduardo5164 4 ปีที่แล้ว

    TypeError: tuple indices must be integers or slices, not str
    if bcrypt.hashpw(password, user["password"].encode('utf-8')) == user["password"].encode('utf-8'):
    ??????????????????????????

    • @eduardo5164
      @eduardo5164 4 ปีที่แล้ว

      esto lo soluciono en login cur = conn.cursor(dictionary=True)

    • @losesmitt572
      @losesmitt572 3 ปีที่แล้ว

      @@eduardo5164 me ayudas con el
      Object of type 'Nonetype' has no len ()

    • @eduardo5164
      @eduardo5164 3 ปีที่แล้ว

      @@losesmitt572 hola andrés estos problemas los resolví verificando bien los conectores que usaba(mysql.connector, flask_mysqldb este último preferí usar), depende también del sistema operativo que ocupes, por ejemplo en mac idealmente debes tener instalada la versión mas reciente de xcode y asi mejora la compatibilidad....la solución que escribí en el comentario anterior si bien solucionó el tema fue mas bien un parche, preferi usar otro conector y mejorar la compatibilidad de mi sistema...... espero te ayude en algo, si no me escribes saludos,

    • @losesmitt572
      @losesmitt572 3 ปีที่แล้ว +1

      @@eduardo5164 ha había arreglado el error aquel dia, simplemente ya no recuerdo que hice jaja, ahora estoy continuando con el desarrollo de mi página a partir de html, gracias igualmente!

  • @kapaksucigalpagor2839
    @kapaksucigalpagor2839 3 ปีที่แล้ว

    Ini bukan tutorial, ini masuk nya coding maraton huahahahaha

  • @gabrielborges8854
    @gabrielborges8854 5 ปีที่แล้ว

    hd

  • @omardavidrendonrendon4062
    @omardavidrendonrendon4062 4 ปีที่แล้ว

    i love

  • @jjonathan43
    @jjonathan43 3 ปีที่แล้ว +1

    Makasih gan