X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlauthenticator.h;h=79b204f2c630e5d45957923351fc5cec2ea5902c;hp=41b366f6597f7e679951b7fb0ad3eb4394632941;hb=c27d5bfbe80bfeb583a25404f4ccee4b70b010e0;hpb=cfbd4daee17dbb3c4052d938bf33edd08711d728 diff --git a/src/core/sqlauthenticator.h b/src/core/sqlauthenticator.h index 41b366f6..79b204f2 100644 --- a/src/core/sqlauthenticator.h +++ b/src/core/sqlauthenticator.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -40,8 +40,10 @@ public slots: virtual inline bool canChangePassword() const { return true; } - bool setup(const QVariantMap &settings = QVariantMap()); - State init(const QVariantMap &settings = QVariantMap()); + bool setup(const QVariantMap &settings, const QProcessEnvironment &environment, + bool loadFromEnvironment); + State init(const QVariantMap &settings, const QProcessEnvironment &environment, + bool loadFromEnvironment); UserId validateUser(const QString &user, const QString &password); /* User handling */