Swara345565 / FitFusion

Fitfusion, a fitness website
0 stars 2 forks source link

Update app.py #2

Closed sakshiwadekar401 closed 5 days ago

sakshiwadekar401 commented 5 days ago

I added the import re statement at the top for regular expression-based password validation. The signup route has been updated with the password validation rules, which include checks for minimum length, uppercase letters, lowercase letters, numbers, and special characters.