there is a small bug on this mod.
existed on the previous version and uncorrected therewith.
Correction:
in file : includes/acp/acp_add_user.php
version 1.0.1 line 256
version 1.1.1 line 284
version 1.1.2 line 284
there is
'U_USER_DETAILS' => "$server_url/memberlist.$phpEx?mode=viewprofile&u=$user_id",
must
'U_USER_DETAILS' => "$server_url/memberlist.$phpEx?mode=viewprofile&u=$user_id",
this is the link to view the member's profile in the email received by the administrator.