been working on this today, and had the same issue so help this might help
There is an error in the defaultUsersTpl (IMHO anyway)
Copy the default into one of your own and change
<a href = "[~[*id*]~]?service=viewprofile&username=[+view.username+]">
to
<a href = "[~[*id*]~]&service=viewprofile&username=[+view.username+]">
and then add &usersTpl to your snippet call
(Or you can edit the default template directly in
assets/snippets/webloginpe/Default Forms
Regards
Mark