there is a small bug on this mod.
existed on the previous version and uncorrected with it.
file includes/acp/acp_add_user.php
version 1.0.1 line 256
version 1.1.1 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 user's profile in the mail administrator receives.