Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MARSWALLET opened this issue Aug 24, 2024 · 3 comments

Comments

@MARSWALLET
Copy link

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
Copy link
Author

also what is the password for student when added

@ProjectsAndPrograms
Copy link
Owner

  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
Copy link

Tella86 commented Sep 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants