You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$res = pg_query("SELECT ac.id + 100000 AS id, ac.name, au.data FROM auth au INNER JOIN accounts ac ON ac.id = au.account WHERE au.realm = 'login' AND ac.name NOT LIKE '% %'");