ProjectsAndPrograms / school-management-system

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

am adding a new student and it not adding in the table student in the database #2

Open MARSWALLET opened 2 months ago

MARSWALLET commented 2 months ago

i logged in to teacher and admin dashboard when i try to add new student it wont add to the table "student" in the database it only add to the table users and also forgetting password is not working am also trying to add new future like examination (cbt)

MARSWALLET commented 2 months ago

also what is the password for student when added

ProjectsAndPrograms commented 2 months ago
  1. Password Change Disabled:
    In the demo live application, the password change feature is disabled for security reasons.

  2. Student Addition Process:
    When a student is added through the admin or teacher panel, their data is inserted into both the student table and the users table, which stores their login details (e.g., user ID, email, and password).

  3. Password for New Teachers and Students:
    The default password for newly created teacher and student accounts is set to their date of birth.

    • Example: If the date of birth is 12 July 2000, the password would be 12072000.
  4. Exam-Related Functionality:
    Marks are uploaded after exams. For exam-related notices, the notice section of the panel is used.

Tella86 commented 1 month ago

i logged in to teacher and admin dashboard when i try to add new student it wont add to the table "student" in the database it only add to the table users and also forgetting password is not working am also trying to add new future like examination (cbt)

make request _date, request_time and request in the table schema to have default