Ratna Supermarket is an online shopping platform offering a seamless and secure shopping experience. Users can browse a variety of products, manage their carts, place orders, and track purchases, all through an intuitive, responsive interface.
@MinavKaria In Login Page , the email is case sensitive . I want to correct this from the signup stage.
Changes:
In User signup, email will be validated and converted to standard mail (lowercase letters, Ignore '+' ) and then added to database.
In Login request, email should be converted to the standard mail format before checking for the user in database.
Steps to reproduce the same bug:
Go to login page
If your email is abc@gmail.com , enter Abc@gmail.com
@MinavKaria In Login Page , the email is case sensitive . I want to correct this from the signup stage.
Changes:
In User signup, email will be validated and converted to standard mail (lowercase letters, Ignore '+' ) and then added to database. In Login request, email should be converted to the standard mail format before checking for the user in database.
Steps to reproduce the same bug: