In https://github.com/apache/whimsy/blame/master/www/members/proxy.cgi line 185
there is a suspicious change to the id that involves a "_".
This might be just for filling the proxy form but there might be a better way
to do that then to modify the user.id field itself.
> On Mar 31, 2020, at 6:1
Looks like the problem occurred on the creation of the proxy not on the
display. The entry in proxies contains
Craig L Russell Junping Du (du)
This is parsed by self.is_user_proxied(mtg_dir, id)
In MeetingUtil.
So we need to look at the creation of the proxy.
> On Mar 31, 2020, at 4:5