Closed wildtayne closed 7 years ago
Removed execute permissions on classdb.createUser() and classdb.dropUser() from Instructor and DBManager. Fixes #113
classdb.createUser()
classdb.dropUser()
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.
Just pushed the commit to remove dropUser
Removed execute permissions on
classdb.createUser()
andclassdb.dropUser()
from Instructor and DBManager. Fixes #113