Password reset form

One of the simplest methods is where the user is in our database with an email.
In order to reset the password, we will generate a token necessary to change the password.

The essential files are the following:

  • login.php – it offers the possibility of accessing the account;

  • trimit_email.php – the user will receive a link via email to change the password.

  • astept.php – email confirmation message

  • scb.php – it contains the actual form for changing the password

Other required files are:

  • aut.php – it is for connecting to the database and creating the work session
  • index.php – this can be the application’s home page
  • logout.php – closing the session
  • stil.css – CSS classes used
  • tabela.sql – script required to create the table in the database

login.php

trimit_email.php

astept.php

scb.php

aut.php

stil.css

index.php

logout.php

tabela.sql

Author: Ovidiu.S

I am quite passionate about this professional area as if I know something - no matter how little - I want to share it with others.

Leave a Reply