Authentication System PHP

Overview

Authentication is a complete Sign In, Sign Up and Recovery system.

Features

– Login, Registration and Recovery system
– Protected against Cross Site Request Forgery, SQL Injection, and Brute Force Attacks
– Remember me function
– E-Mail Verification
– Passwords are encrypted by bcrypt algorithm
– Usernames and E-Mails are handled by Regular Expression
– Settings are easily changed in one configuration file
– Template by Bootstrap 4
– CleanUp system for auto removing old token keys, login fails and unverified users
– Language files
– Forms are handled by Ajax jQuery
– Google reCAPTCHA v2

Instructions

1. Edit config.php

2. Import database file

3. Include init.php to your code

Related