How to change yii2-usuario registration module to allow admin to register users

538 Views Asked by At

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?

0

There are 0 best solutions below