Skip to content

Commit

Permalink
fix /admin/users for merged accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Sep 30, 2024
1 parent c4d811e commit 03e105f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/admin/users.spt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ if mode == 'all':
FROM events e
WHERE e.participant = p.id
AND e.type = 'sign_up_request'
ORDER BY e.ts
LIMIT 1
) AS sign_up_request
, ( SELECT row_to_json(e)
FROM ( SELECT e.*, p2.username AS recorder_name
Expand Down

0 comments on commit 03e105f

Please sign in to comment.