Core: only try local auth if a user has the "database" auth provider set
[quassel.git] / src / core / SQL / PostgreSQL / select_network_usermode.sql
1 SELECT usermode
2 FROM network
3 WHERE userid = :userid AND networkid = :networkid