PHP-Login icon indicating copy to clipboard operation
PHP-Login copied to clipboard

A login system built with PHP, MySQL, jQuery and Bootstrap

Results 37 PHP-Login issues
Sort by recently updated
recently updated
newest added

I have problem with running script. After successful installation nothing at all shows (/login/index.php). Any suggestions?

our smtp reply doesn't require user authentication to use. No user account is created on the smtp server. Is there a way to bypass this? I tried using my email...

bug

i have a issue on database while import both the sql file. please help. please provide the database name

Hello I have managed to figure out other issues but i am currently facing this issue upon trying to install the website. Link to what it says on install.php https://i.imgur.com/qONsQnZ.png...

Is there any plan to upgrade to bootstrap 4? I tried to update by editing composer.json but on moving to BS4 it is messing up the whole UI. Can someone...

On http://pascal.davidroyo.com

I had problems installing the package on my Mojave machine with MySQL 8 due to new authentication model. Solved it by doing the following: 1. Edited the my. file and...

Hey I'm mainly wondering, Is there something that will be put in later on, or a feature I am just missing for resetting a users password if not via email....

I am having a problem with reset password form. When I click "reset" nothing happens. Nothing. I don't get any errors or anything. Could really use some help with this....

The reason is trivial: SQL error. The event **unbanUsers** should be: ` BEGIN DELETE FROM member_jail WHERE (UNIX_TIMESTAMP() - UNIX_TIMESTAMP(`timestamp`) - (banned_hours * 60*60)) > 0; UPDATE members m SET...