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 3069f97 commit a73e885
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 a73e885

Please sign in to comment.