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

signup fails #3

Closed Ramius1701 closed 4 years ago

Ramius1701 commented 5 years ago

When attempting to create a new account via the signup link it fails to create the user in the mysql database. The Admin gets the message via notification

MuhammadHamdan7 commented 5 years ago

the problem in the status column at users table you have tow way to fix this :D 1) mark status column as null-able so you will be able to add users without a status value 2) add the status to the insert query with value (1) to make user as confirmed and that is it :)

kevinmundia6771 commented 5 years ago

How do i confirm a sure from the amin side.

kevinmundia6771 commented 5 years ago

How do i confirm a user 👤 from the admin side

kevinmundia6771 commented 5 years ago

Plizz help out people.

kenth23 commented 5 years ago

how to confirm user ??

ajayrandhawa commented 4 years ago

Create a "images" folder in the root folder, solve signup problem