php-login-minimal icon indicating copy to clipboard operation
php-login-minimal copied to clipboard

An extremely minimal login / register script in pure PHP.

Results 10 php-login-minimal issues
Sort by recently updated
recently updated
newest added

The following warning comes in login page: Its working in localhost but not in remote host. https://stackoverflow.com/questions/21521768/warning-session-start-cannot-send-session-cookie-headers-already-sent-by

Could someone please modify this project to make use of prepared statements?

Hi At first let me say thanks for your great codes. I was looking around and saw this ``` $sql = "SELECT * FROM users WHERE user_name = '" ....

Anonymize error messages, so user is unaware whether the user exists or whether the password was wrong.

This doesn't work on my website that has a SSL encryption certificate. Is it possible to do some changes in order to make it work? I just get a 403...

Cool project, There are only some small security issues. - There is no XSRF protection. - There is no logon attempt limit - Blowfish is kind of old, please upgrade...