Core: only try local auth if a user has the "database" auth provider set
[quassel.git] / src / core / SQL / PostgreSQL / select_nicks.sql
1 SELECT nick
2 FROM identity_nick
3 WHERE identityid = :identityid
4 ORDER BY nickid ASC