ProjectsAndPrograms / school-management-system

PHP School management system developed for schools or small institutes.
37 stars 23 forks source link

Failed setting Default Password for New Students or Teachers #11

Open Wanttoknowa11 opened 4 days ago

Wanttoknowa11 commented 4 days ago

This project is a good one..

I'm still in the process of testing your project and came across the issues of after add a new student or teacher using the email and DoB of the new user at the Login is not going...

Wanttoknowa11 commented 3 days ago

I found the solution... In the Database "_sms" table "users" column "password_hash" reset it to "varchar(1000)" instead of "varchar(700)"..