Skip to content

johnnypesola/1dv608-Assignment-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 2 Login - PHP course 1DV608 on Linnaeus University

This is my repository for the login assignment. It uses a mysql database as backend.

It fulfills the following requirements:

It has been tested with the following testcases:

It also has some flooding protection, so thats it's only possible to register a certain number of new users per hour. And also checks that not too many login attempts are made with the same username.

Check out the live version.

Please do to not submit any sensitive information as it could be stolen. No secure https connection is present at the moment.