This website is based on devotional content. Many resources and references are there to motivate you towards Krishna and get you connect with His devotion.
Description:
The current project utilizes Session storage for user authentication, which is temporary and lacks persistence. This proposal aims to address this limitation by implementing a more robust and secure authentication system.
Additionally, there is no user profile section where users can view and update their details.
Objectives:
Connect the existing login and signup pages to a database, enabling functional user authentication and authorization using PHP.
Create a user profile section where users can:
View their profile details
Update their profile information
Benefits:
Functional login and signup pages will enhance the overall user experience and security of the application. A user profile section will provide users with a centralized location to manage their account information.
Implementation Plan:
Database Connection:
Using MySQL, set up a connection to the database using PHP. Modify the login and signup pages to interact with the database for user authentication and data storage using PHP.
User Profile Section:
Design and implement a user-friendly profile section that displays user details. Develop functionality to allow users to update their profile information.
@vishal02527 I would like to assign this issue to myself under gssoc-ext, level3, and hacktoberfest-accepted.
Description: The current project utilizes Session storage for user authentication, which is temporary and lacks persistence. This proposal aims to address this limitation by implementing a more robust and secure authentication system. Additionally, there is no user profile section where users can view and update their details.
Objectives:
Connect the existing login and signup pages to a database, enabling functional user authentication and authorization using PHP.
Create a user profile section where users can:
Benefits:
Functional login and signup pages will enhance the overall user experience and security of the application. A user profile section will provide users with a centralized location to manage their account information.
Implementation Plan:
Database Connection: Using MySQL, set up a connection to the database using PHP. Modify the login and signup pages to interact with the database for user authentication and data storage using PHP.
User Profile Section: Design and implement a user-friendly profile section that displays user details. Develop functionality to allow users to update their profile information.
@vishal02527 I would like to assign this issue to myself under gssoc-ext, level3, and hacktoberfest-accepted.