101t / jasmin-web-panel

📨 Jasmin Web Panel for Jasmin SMS Gateway
https://youtu.be/z-BFJzWtq1M
82 stars 78 forks source link

Cant Login to Panel #58

Closed soluspot closed 1 year ago

soluspot commented 1 year ago

I run the panel but can't login with default username / password { admin - secret} , i tried to reset the password through this command line python manage.py changepassword admin but it give me an error user 'admin' does not exist

101t commented 1 year ago

hello

python deploy.py migrate
python deploy.py load_new # to load new user
python deploy.py collectstatic

make sure you have database connected to postgresql

soluspot commented 1 year ago

Hello

i have tried these commands again and double check the connected database with the same error, did i miss anything

soluspot commented 1 year ago

I reinstall from scratch and its working now , i guess it was something related to python environment