I have the following use case for my system: Registration:
- Admin registers a new user i.e. email, username and submits.
- Email is send to the user to confirm with new password.
- user confirms email, changes password and goes ahead to update profile.
I have installed and configured yii2-usuario module by 2amigos. How can I achieve the above with this module?