Re-add the ":authenticator" property to insert_quasseluser.sql
[quassel.git] / src / core / SQL / SQLite / select_authuser.sql
1 SELECT userid, password, hashversion, authenticator
2 FROM quasseluser
3 WHERE username = :username