This is a quick guide to get a very basic user login up and running.
First we will need to make a folder to work in. For the purposes of this guide I called mine "authentication" but you can call yours whatever you would like. Be sure to "cd" into this directory after you create it.
command line - $ mkdir authentication
command line - $ cd authentication