Skip to content
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

Default login creds not working #573

Open
sugoides opened this issue Oct 15, 2024 · 3 comments
Open

Default login creds not working #573

sugoides opened this issue Oct 15, 2024 · 3 comments

Comments

@sugoides
Copy link

The default login credentials for the web interface is not working

Currently running from docker-compose.yml

@nanadabba
Copy link

If you have access to the mysql database, then swap out the password from there

# Login to mysql with radius database
mysql -u root -D radius

# Check the operators table to swap out the password
mysql > SELECT * FROM OPERATORS;

@ch-rakotomalala
Copy link

I have the same issue and I have found the default credential but it doesn't work.
credential

@ch-rakotomalala
Copy link

I was finally able to connect via the default login. In fact, I just forgot to put the port 8000 to get there on the page dedicated to operators, that's why I couldn't log in since the port 80 redirected me to the authentication page dedicated to users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants