From: Ben Rosser Date: Sat, 14 Nov 2015 19:44:36 +0000 (-0500) Subject: Implement authenticator class used for logging in users X-Git-Tag: travis-deploy-test~288 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=61aac1868f15babb7086d8bc6bbcff530346f438;hp=61aac1868f15babb7086d8bc6bbcff530346f438 Implement authenticator class used for logging in users Added authenticator setup info to the core, also added a new core setup dialog page for authenticators. Wrote a SqlAuthenticator that simply wraps the existing storage-based auth. ---