Eureka – Login And Registration System

Overview

EUREKA! – Login & Registration System is as the name says, a PHP script used for user authentication and registration. It is easy to implement and use on existing or new websites.

Features

  • Easy to install and use
  • Fully responsive
  • Account verification
  • Password reset
  • SQL injection free
  • Password hash
  • MYSQLi prepared statements
  • SEO friendly

Requirements

  • PHP 5.5+
  • MySQL Database
  • Apache or Nginx

Instructions

  • Read Documentation

Changelog

v0.9 (22.01.2020)
– Added login attempt. After 5 failed tries, the user will be locked out for 5 minutes.
Code optimization
v0.8 (09.01.2020)
– Minor bug fixes
v0.7 (07.01.2020)
– Initial release

Related