Back to Welcome Page

Public View


Refreshing the browser page will cause a full one page web app reset
Users and their public sentences that only they can change:

Sign In

New User Registration

✕ must be something
✕ must be something
✕ must have @ symbol
✕ must have a name (myname@)
✕ must have hostname (@hostname)
✕ must have a top level domain (.something)
✕ must have a minimum length of 8 characters
✕ must have uppercase letters
✕ must have lowercase letters
✕ must have digits
✕ must have special characters
✕ must match

My Dashboard


Public Sentence
characters:

How this registration and sign in system works



This system is a practice project where I practice encryption and think about security.
I don't have https setup on my server yet, so I implemented something in place of it.
System uses: System is made of: This is the original diagram I came up with before writing any code.


This is a flow diagram of signing in and looking at content after the system was developed much further


This is the system structure later while trying to make the system testable


A screenshot of qunit showing some testing from browser side js all the way to database tables.