Pranjal360Agarwal / ApnaBharat-Bus-Booking-Reservation-System

It is the system containing fully functional features from booking ticket to generating the ticket. With the bus ticket reservation system, you can manage/book reservations, clients data and passengers lists, can add new bus or new route as an Operator admin.
https://apna-bharat-bus-booking-reservation-system.vercel.app
MIT License
72 stars 100 forks source link

Remove unused functions & implement password hashing in lockscreen.py file code #99

Closed blessingblockchain closed 1 year ago

blessingblockchain commented 1 year ago

The functions check_password_strength, ValidatingPasswordChangeForm, and the code block related to password strength validation using Django are not directly related to the main functionality of user registration and login. You can remove these functions and code snippets if they are not required. (2) Storing passwords in plain text is insecure. It's recommended to use password hashing techniques to securely store and validate passwords.