uqwteryu / Supermarket---5CS024

An e-commerce supermarket C# program designed to facilitate online shopping, featuring product browsing, a shopping cart, user authentication, and payment processing.
MIT License
1 stars 0 forks source link

Account Lockout Mechanism Fix #9

Closed phantom0004 closed 7 months ago

phantom0004 commented 7 months ago

Proposed changes to enhance application security:

These changes aim to strengthen our security posture significantly.

phantom0004 commented 7 months ago

A patch for the above bug has been implemented, however if the application is closed and re-opened the state is not maintained. This is to be fixed at a later stage.