cortex-lab / alyx

Database for experimental neuroscience laboratories
44 stars 11 forks source link

Cannot login to admin console #834

Closed neuromantic99 closed 4 months ago

neuromantic99 commented 7 months ago

Hi,

I have installed alyx on macos as per the installation instructions, system check identifies no issues.

However after running python alyx/manage.py runserver I cannot log in as admin on localhost:8000

Username: admin Password: admin

Gives the error message: Please enter the correct username and password for a staff account.

Any help would be much appreciated!

k1o0 commented 6 months ago

Hello,

Sorry for the slow response. You may need to create a new superuser in order to access the admin interface. You can do this with the following: python manage.py createsuperuser. Django will prompt you for a new username and password with which you can log in.

k1o0 commented 4 months ago

Closing due to lack of response. Feel free to reopen if you have more questions.