csmith1188 / formbar

Interactive Classroom Mangement Tool using Raspberry Pi, Python, and NeoPixels
5 stars 55 forks source link

First User Teacher Behavior #190

Open csmith1188 opened 2 years ago

csmith1188 commented 2 years ago

The first user to log into the Formbar should only be made a Teacher if not a bot and there are no Teachers already in the database.

Oiroizoi commented 2 years ago

This would make it impossible for a teacher to regain their permissions if they forget their username or password.

csmith1188 commented 2 years ago

You're right. That is a problem.

The primary concern is that if the formbar application is restarted and a student logs in before the teacher, we will basically be trusting them not to abuse their powers until the teacher can log in.

I believe we will be taking this in a new direction next year. Formbar may be an online service with multiple "classrooms". This will give us new options then.

In the meantime, I marking this low priority and leaving it open in case we think of a solution before then.