How do I manage user/passwords of client portal as the admin?

Version latest

Environment Docker

I am the admin of my installation. But I can’t manage the users/passwords of the clients in the client portal. I’d like to be able to reset their passwords, or set them myself. Some of my clients are very tech challenged and I want to be able to send them a message saying this is your user and pass for the client portal. But I just don’t see where I can do this stuff. Thank you.

Hi,

It’s possible to manually change the password

  • At the CLI run php artisan tinker
  • Run: bcrypt('new_password')
  • Update the password in the users table in the database
1 Like