Compare with 1 courses

Complete Registration and Login System- PHP MVC

Complete Registration and Login System- PHP MVC

₨2500

Add registration, login, remember me, account activation, password reset by email and more using a PHP MVC framework

Learn more
Has discount
Expiry period Lifetime
Made in English
Last updated at Mon Apr 2024
Level
Beginner
Total lectures 106
Total quizzes 0
Total duration 05:11:19.000000 Hours
Total enrolment 47
Number of reviews 0
Avg rating
Short description Add registration, login, remember me, account activation, password reset by email and more using a PHP MVC framework
Outcomes
  • Let new users sign up for a new account
  • Store passwords securely in the database
  • Restrict content to logged-in users only
  • Use cookies to optionally remember the user's login
  • Let users update their own profile details
  • Validate the users' registration data, both on the server and in the browser
  • Allow users to log in using their email and password
  • Use sessions for handling logins
  • Allow users to securely reset their own passwords when they forget them
  • Use a CSS UI framework to easily add styling to a project
Requirements
  • You should already be familiar with the basics of PHP, HTML, CSS and JavaScript
  • You should be comfortable installing software on your computer
  • You need to be familiar with the model - view - controller (MVC) pattern