07sumit1002 / CabRental

The Cab Rental repository is a software system that provides a platform for individuals to rent vehicles for transportation. It is designed to offer an easy and seamless experience for users to book a ride.
12 stars 48 forks source link

Feature Request: Improve Password Input Experience with Masking #153

Open Ankush0286 opened 18 hours ago

Ankush0286 commented 18 hours ago

Enhance the user experience for password input by implementing character masking with asterisks while the user types. This feature aims to improve security and privacy by obscuring the entered password from view. The implementation should support the following functionalities:

Real-time Feedback: Display asterisks (*) for each character typed, providing visual confirmation of input without revealing the actual password. Backspacing: Allow users to delete characters using the backspace key, with corresponding updates to the visible mask (i.e., reducing the number of asterisks). This feature will enhance the security of the application while maintaining a user-friendly experience during password entry.

Ankush0286 commented 17 hours ago

@07sumit1002 , as a participant in Girls Script Summer of Code ext (GSSOC), I'd like to work on this issue. Could you please assign it to me and add the GSSOC level ?