Skip to content

The login page allows a user to gain access to an application by entering their username and password or by authenticating using a social media login.

Notifications You must be signed in to change notification settings

Mohith-96-Reddy/Weblogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weblogin

The login page allows a user to gain access to an application by entering their username and password or by authenticating using a social media login. Login Page is very common among any type of secured applications and its widely used on the internet for authenticating the user before presenting the secured pages of the web applications. For example to use Facebook you have to get authenticated by the Facebook before they give you access to their platform. The user authentication is done through a special web page called Login Page. The Login page asks you to enter your credentials which is then validated by the application and after successful validation you are presented with the secured part of the application.

In this example we will see the actual use of Login Page in web application or any other type of applications. For example if you have to use Windows or Linux operating system you have to login to the system by providing the username and password. So, login page will validate you to find if you are the authenticated user of the web or not. If not you won't be able to get into the webpage and can't access it , here where we can use forgot password and get reset to new pasword . The security and authentication of any application is very first process which is in used with the invention of the Operating systems.

USED: Java , html , css , Java servelet -- Source Code / Mysql workbench -- database /
Eclipse -- used Java IDE / Tomcat server 9.0 used -- server / ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

  1. First Page(Login) Interface Screenshot (31)

  2. SignUp interface Screenshot (32)

  3. After logging into webpage interface Screenshot (33)

  4. Forgot Password page Screenshot (34)

5.Backend sql database data which the users signups Screenshot (35)

MySQL Query includes: create database webapp; use webapp; create table employee(id int primary key auto_increment,uname varchar(50),upwd varchar(50),uemail varchar(50),umobile varchar(10)); describe employee; select * from employee;

About

The login page allows a user to gain access to an application by entering their username and password or by authenticating using a social media login.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published