You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The current project lacks functional login and signup pages, hindering user authentication and authorization. Additionally, there is no user profile section where users can view and update their details. This proposal aims to address these limitations by implementing the following features: 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 using
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 and 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.
@Pallavi1926 I would like assign this issue to myself under gssoc-ext, level3, and hacktoberfest-accepted.
The text was updated successfully, but these errors were encountered:
Description:
The current project lacks functional login and signup pages, hindering user authentication and authorization. Additionally, there is no user profile section where users can view and update their details. This proposal aims to address these limitations by implementing the following features:
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 and 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.
@Pallavi1926 I would like assign this issue to myself under gssoc-ext, level3, and hacktoberfest-accepted.
The text was updated successfully, but these errors were encountered: