Search code examples
laravelcartalyst-sentry

Cartalyst Sentry and registration user


It is possible to create user from Admin panel, by administrator without password? I imagine follow procedure:

  • Administrator create user without password
  • User get email with instruction for entering password and activation account
  • User can register with email and his password

Solution

  • I don't think so. That's why when I create my users I generate a random password.

    $user->password = str_shuffle("Random_Password"); // generate random initial password