X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FPostgreSQL%2Fselect_authuser.sql;h=94a616f5da64b3513557e4389e13094fff886925;hp=1991281eceae724f3dc3632d761dc997abf3df7b;hb=dba66762993507168b1a3de25cfd2d7bff0ff969;hpb=3cf5c49e7753be48a994917fe898730add4292b1 diff --git a/src/core/SQL/PostgreSQL/select_authuser.sql b/src/core/SQL/PostgreSQL/select_authuser.sql index 1991281e..94a616f5 100644 --- a/src/core/SQL/PostgreSQL/select_authuser.sql +++ b/src/core/SQL/PostgreSQL/select_authuser.sql @@ -1,3 +1,3 @@ -SELECT userid, password, hashversion +SELECT userid, password, hashversion, authenticator FROM quasseluser WHERE username = :username