-
-
Notifications
You must be signed in to change notification settings - Fork 2k
How can I reset the admin account? #1107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
in your terminal run the following command php artisan tinker $user = User::find(insert your user id here); // hit enter then exit tinker |
What @syahnur197 said – basically using |
what credentials can I user to log in to koel to demo it (on GitPod) |
For anyone finding this in the future you can now run
|
Describe the bug
I have forgot my admin account credentials. How can I reset them? I've installed koel some months ago, but didn't use it for a long time, so I can't remember what I've entered during setup. Is there a way to reset the admin account without reinstalling?
Environment
The text was updated successfully, but these errors were encountered: