PHP registration, login and content management system

Controlling access to your web pages and data

Ratings: 4.21 / 5.00




Description

This course will teach you how to build a secure user registration and login system and a content management system that will allow you to control exactly who has access to your data and web pages 

  • Registration will include email confirmation to verify identity
  • Users will be allowed to change their own passwords
  • The site administrator will be able to create groups and assign users and web pages to those groups
  • Users will only have access to the web pages as signed to groups that they are members of
  • Although I use PostgreSQL as the database in the course I access it through PDO and thus the code will work with any database that PDO can access such as MySQL, SQLite, and others

What You Will Learn!

  • Create a custom registration and login system that will allow the administrator to control exactly which users will have access to which web pages

Who Should Attend!

  • Anyone who is interested in learning how to build a user registration system that will allow users to login and gain access to web pages that are not accessible to the public