Default pages - required in every system

There are certain default pages that you'll need to setup in every system.

Home page (/index)
You'll need a home page. This page can be any kind of content you want, but it's URL should be named "/index". For instance your home page could be a list of blogs, or photos or anything you like.

Login (/login)
This page is required to login to the system. You'll need to have two fields: email and password. You will also need to have the following code for your login page to work within the form. Every login page needs also the code on lines 14 and 15 in the image below.

Signup (/signup)
The signup page is quite similar to the login page. Here's the minimum code you need:

Last updated 2 months ago