Reset password?

Hello (again…),

How can I reset my password? I’ve created the account too fast during the setup process and I’m not sure of the email and/or password… I cannot use the reset link as my email setup is not (yet) working (I try to setup with O365, seems to be a nightmare…) I have phpmyadmin installed and access to the ssh of the server with admin access.

Thanks

Hi,

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

Thanks :smiley:
Works perfectly!