This pull request fixes two issues related to user creation and login. The first issue was that users were able to create an account without providing any details. This has been fixed by adding form validation to the user signup form. The second issue was that users were able to login after updating their details on the profile page without providing all the required information. This has been fixed by adding the required attribute to the email, password, and confirm_password fields in both the login and signup forms. These changes ensure that users cannot create an account or login without providing all the necessary details.
This pull request fixes two issues related to user creation and login. The first issue was that users were able to create an account without providing any details. This has been fixed by adding form validation to the user signup form. The second issue was that users were able to login after updating their details on the profile page without providing all the required information. This has been fixed by adding the required attribute to the email, password, and confirm_password fields in both the login and signup forms. These changes ensure that users cannot create an account or login without providing all the necessary details.