PHP Login And User Management

Overview

Main Features

Control Panel Features

  • Captcha
  • Public profiles
  • Custom sign up fields
  • Translation ready with po/mo files
  • View timestamps when users login
  • Custom user profiles
  • HTML5 Valid – We’ve utilised Bootstrap for design
  • 100% Object Oriented
  • Multiple user levels per user
  • Login expiration – Control default time before a user is logged out
  •  Modal forgotten password screen
  • Email activation – Avoid false signups!
  • My Account (“Settings”) page
  • Lost activation (resend activation code to email)
  • Group based security for users
  • Welcome email and activation email
  • Extremely easy to integrate! 
  • Reliable and secure MySQL database backend
  • Forgotten password reset

  • View list of users in a level
  • Customise the access denied messages
  • View list of recently registered users
  • Search through all users with AJAX
  • Add new user manually
  • Reset any user’s password
  • Edit any user’s level or access
  • View list of user levels
  • View number of users part of a user group
  • Search through user levels to edit
  • Disable/Enable entire user groups

Features

  1. Bootstrap 4 and Admin LTE 3
  2. Secured for OWASP TOP 10
  3. Fully Responsive

Requirements

  1. PHP v5 and later
  2. MySQL v5 and later

Instructions

The web application configuration consists of three parts. Part 1 Database Settings, Part 2 Modify Administrator Password and Part 3 Change Email Settings.

1-Open ewcfg15.php in root directory and go to line 98 in order to change connection string which is include host name, database name, user and password of database.
2- Go to line 285 and 286 in order to change user name and password of Administrator which is hardcoded
3- Go to line 378 – 384 in order to change mail configuration of Administrator
4- Restore database backup hb_ums_backup.sql

User: admin       Pass: 123321

Related