DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8 stars 2 forks source link

Removed permissions on create/dropUser from Instructor and DBManager #114

Closed wildtayne closed 7 years ago

wildtayne commented 7 years ago

Removed execute permissions on classdb.createUser() and classdb.dropUser() from Instructor and DBManager. Fixes #113

wildtayne commented 7 years ago

Yeah, that's a good point. I made a comment there - I can just remove the function as part of this PR if it is unused.

wildtayne commented 7 years ago

Just pushed the commit to remove dropUser