I have an existing group of 1500 users that I want to migrate into the Joomla system so that i can take advantage of the password self service system is provides. I want to ensure that the ID of the user remains the same and that they get an activation email at the start.
From testing with Joomla is can
1 - I can create the jom_user via SQL using an INSERT statement that ensures the ID is the same but this method does not result in any activation email being sent.
2 - I can manually create the user via the 'User Manager' component, which results in the activation email being sent but the ID cannot be guaranteed.
I wondering is there a recommended method where i can create the user via SQL and then use a module or plugin to resend the activation email?