He answer me that the password (generated by the mod) do not answer criteria.
When I get to this step, I have an error message:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/acp/acp_add_user.php on line 297: sprintf(): Argument number must be greater than zero
Here are lines 295-298:
Code: Select all
$message[] = sprintf($user->lang['CONTINUE_EDIT_USER'], '<a href="' . append_sid("{$phpbb_admin_path}index.$phpEx", 'i=users&mode=profile&u=' . $user_id) . '">', $data['username'], '</a>');
$message[] = sprintf($user->lang['EDIT_USER_GROUPS'], '<a href="' . append_sid("{$phpbb_admin_path}index.$phpEx", 'i=users&mode=groups&u=' . $user_id) . '">', '</a>');
$message[] = adm_back_link($this->u_action);
But I do not have the possibility to include a group at the time of registration.