Core: only try local auth if a user has the "database" auth provider set
[quassel.git] / src / core / SQL / PostgreSQL / insert_quasseluser.sql
1 INSERT INTO quasseluser (username, password, hashversion, authenticator)
2 VALUES (:username, :password, :hashversion, :authenticator)
3 RETURNING userid