ajayrandhawa / User-Management-PHP-MYSQL

PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.
224 stars 152 forks source link

how to connect Login Admin #23

Closed NemmarS closed 1 year ago

NemmarS commented 1 year ago

Login issue Please Help me i need This 11 12 13

drmuzic commented 1 year ago

From the looks of your database (admin) and the user information on the screen, the password is stored in PLAIN text when the script stored passwords in the database using the outdated MD5 hashing. Whem the script logs you in, it cannot compare plain text passwords stored in the database because it is plain text. Replace your password with the password data in the database.sql file as it is hashed, login to the admin section and change the password how you see fit. You log in to the admin section of this from localhost/admin/index.php (this looks so close to webadmin.com's User Management System).