Hi,
when adding users with the same name, the member list displays them several times (ie with two persons with the same name, twice each). The reason for this is in the stored procedure mp_Users_SelectPage, the temporary table joins on "Name" which is not nessecary unique. I fixed this changing to LoginName, but Email should work to i guess.
Christian