Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 419 Bytes

Login Form

Login Form

A simple yet beautiful login form.

Description:

  • This login form has a session mechanism;
  • A successful login will result to a greeting page;
  • Logout action, however, erases the session and redirects to the login page;
  • The user's data stored in the database;
  • Many users can authenticate at the same time;
  • Passwords are encrypted and salted.