PHP Register/Login System - Advanced Security



PHP register/login system is designed to provide an advanced security level of any part of your system. It can be used with an existing look based on Bootstrap 4, or it can easily be inserted into any existing PHP application and integrated with the existing system.

advanced security, php register, register login, login system, admin panel, user login, server side, user roles, client side

Features

  • User registration
  • Adding/editing users from admin panel
  • User login
  • Forgot password
  • Email verification
  • Login via Facebook, Twitter or Google+
  • Easy to translate user interface and validation messages
  • Full unicode support
  • Send emails using php mail() or SMTP
  • Easy installation using Advanced Security Installation
    • WizardConfiguration file is automatically generated
    • All database tables are automatically generated
    • No additional configuration required
  • 3 default user roles: Admin, Editor and User
  • Admin is available to add unlimited number of user roles
    • All forms are submitted using Ajax
    • User profile update
    • User password change
    • Simple admin panel for user management
  • Built using Bootstrap 4
    • Easy to customize
    • Client side and server side form validations
    • Fully object oriented and commented PHP and JavaScript code.
    • Complete and detailed documentation

Why Advanced Security?

  • PDO prepared statements for database manipulation – no SQL injection
  • Advanced session security – no Session hijacking and Session fixation
  • Client side 512bit password hashing – don’t worry if you don’t have https
  • Server side password encryption using Bcrypt with custom cost or SHA-512 with thousands of iterations (both are using random generated salt)
  • Limited number of invalid login attempts – prevent Brute force attack
  • CSRF Protection
User login php

Demo, Documentation and Support