Laravel Send User a Set Password Email on Creating a User Account Manually
If your app doesn’t have user registration and instead account managers have to create users manually there are a few ways to about password management. The following article from Tyler Jeffords is really helpful. Let the admin set a password for each user they add. (insecure) Randomly generate a password and send it in an … Read more