iamrohitsuthar / Quizller

Quizller is a php based open source web application to create and manage online quiz, test, exam.
MIT License
110 stars 76 forks source link

Update checklogin.php with Active Directory user validation (useful for school settings) #47

Open MarkRH1961 opened 6 months ago

MarkRH1961 commented 6 months ago

Added suggested code to enable admin user validation against Active Directory instead of local DB. Users can also optionally be validated against a specific AD group for more granular control. If user is valid they are added to local DB so all original code stays the same.