Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
[quassel.git] / src / core / SQL / SQLite / 11 / select_authuser.sql
1 SELECT userid
2 FROM quasseluser
3 WHERE username = :username AND password = :password