[GH-ISSUE #829] I can't login. #575

Closed
opened 2026-02-26 02:33:36 +03:00 by kerem · 1 comment
Owner

Originally created by @muhammetfaik on GitHub (Oct 12, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/829

my .env file :

ADMIN_EMAIL=blabla@gmail.com
ADMIN_NAME=blabla
ADMIN_PASSWORD=blabla

but I enter user panel blabla@gmail.com and blabla but dont login.

Originally created by @muhammetfaik on GitHub (Oct 12, 2018). Original GitHub issue: https://github.com/koel/koel/issues/829 my .env file : ``` ADMIN_EMAIL=blabla@gmail.com ADMIN_NAME=blabla ADMIN_PASSWORD=blabla ``` but I enter user panel blabla@gmail.com and blabla but dont login.
kerem closed this issue 2026-02-26 02:33:36 +03:00
Author
Owner

@javier-lopez commented on GitHub (Dec 31, 2018):

As per github.com/phanan/koel@e1b68cc53f (diff-ac5db72ed5) (Dec 3, 2017), the admin account is NOT set in the .env file and created during initial database seeding anymore, therefore you need to run:

$ php artisan koel:init

In order to setup a default admin account

<!-- gh-comment-id:450622252 --> @javier-lopez commented on GitHub (Dec 31, 2018): As per https://github.com/phanan/koel/commit/e1b68cc53ff078429a968cb360ea250c1bc1b589#diff-ac5db72ed5e3c5612246e80cb231cacf (Dec 3, 2017), the admin account is NOT set in the `.env` file and created during initial database seeding anymore, therefore you need to run: $ php artisan koel:init In order to setup a default admin account
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#575
No description provided.