Skip to content

Backend: PHP, Database: SQL. When there is a new sign up, uniqueness of the username and mail id is checked from the existing data base. The password entered by the user during sign up is encrypted using md5 and is decrypted back during log in, in order to match with the password entered by the user. On successful log in, the corresponding messa…

Notifications You must be signed in to change notification settings

shwe14101/Sign-up-and-Log-in-Authentication-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign-up-and-Log-in-Authentication-page

Backend: PHP, Database: SQL. When there is a new sign up, uniqueness of the username and mail id is checked from the existing data base. The password entered by the user during sign up is encrypted using md5 and is decrypted back during log in, in order to match with the password entered by the user. On successful log in, the corresponding message pops up in the java script alert box. A link is sent for E-mail verification, clicking on which the 'isauth' column in database changes from 0 to 1. Thus denoting the account is verified. This authentication component can be used with any complex project which requires log in and sign up.

About

Backend: PHP, Database: SQL. When there is a new sign up, uniqueness of the username and mail id is checked from the existing data base. The password entered by the user during sign up is encrypted using md5 and is decrypted back during log in, in order to match with the password entered by the user. On successful log in, the corresponding messa…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages