|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/php-registration-login-and-content-management-system/
课程评论:没有评论
课程名称:PHP注册、登录和内容管理系统 课程概述:本课程将教您如何构建一个安全的用户注册和登录系统,以及一个内容管理系统,使您能够精确控制谁可以访问您的数据和网页。注册过程中将包括电子邮件确认以验证用户身份,同时用户可以更改自己的密码。网站管理员将能够创建用户组,并将用户及网页分配给这些组。用户仅能访问其所属组分配的网页。尽管本课程使用PostgreSQL作为数据库,但通过PDO访问,从而使代码适用于任何可以通过PDO访问的数据库,如MySQL、SQLite等。 课程大纲:无
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 identityUsers will be allowed to change their own passwordsThe site administrator will be able to create groups and assign users and web pages to those groupsUsers will only have access to the web pages as signed to groups that they are members ofAlthough 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