Core: only try local auth if a user has the "database" auth provider set
[quassel.git] / src / core / SQL / PostgreSQL / update_username.sql
1 UPDATE quasseluser
2 SET username = :username
3 WHERE userid = :userid