X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlauthenticator.cpp;fp=src%2Fcore%2Fsqlauthenticator.cpp;h=3be817b99056a0107ad3f1717fe22ff20e43a913;hp=4977218e091408ae7b908bc0396ced836d2e362a;hb=423e088804d243368074ab218b2bda2fff3303c9;hpb=39c33d8cbaecdd1e5c756a715bef87844149ae5b diff --git a/src/core/sqlauthenticator.cpp b/src/core/sqlauthenticator.cpp index 4977218e..3be817b9 100644 --- a/src/core/sqlauthenticator.cpp +++ b/src/core/sqlauthenticator.cpp @@ -46,13 +46,19 @@ bool SqlAuthenticator::isAvailable() const QString SqlAuthenticator::backendId() const { - // We identify the backend to use for the monolithic core by its displayname. + // We identify the backend to use for the monolithic core by this identifier. // so only change this string if you _really_ have to and make sure the core // setup for the mono client still works ;) return QString("Database"); } +QString SqlAuthenticator::displayName() const +{ + return tr("Database"); +} + + QString SqlAuthenticator::description() const { return tr("Do not auth against any remote authentication service, but instead save a hashed and salted password "