Simple Safe Login System PHP

Overview

Simple PHP/MySQL Register / Login / Lost Password PHP  script is easy to apply. Once the user is logged system writes a session

Admin/User demo:

admin: username: [email protected] | password: admin

user: username: [email protected] | password: demo

or you can to  register a new one. Please use a real email address for the activation link.

Features

  • New User Registration
  • E-mail activation link valid for 24 hours
  • User Login
  • Lost Password
  • Unique Token key for every time you ask for a new password
  • 24 hours valid link for the new password form
  • Restricted area for admin
  • Restrict Access to User Area
  • User Logout

Requirements

  • PHP 5 +
  • MySQL

Instructions

  • Edit database.php file in /inc/ folder
  • Create a database and import users.sql file.
  • Upload the script your your server.
  • Run the script

Related