mihai-vlc / master-login-system

An advanced login system build upon bootstrap with lots of features built in.
128 stars 94 forks source link

Update login.php #16

Closed pawnu closed 8 years ago

pawnu commented 8 years ago

Added a more secure hashing function that adds salt to user password. Implemented the captcha found in register.php page for login.php as well to prevent brute force attack.