Open sugoides opened 1 month ago
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;
I have the same issue and I have found the default credential but it doesn't work.
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.
The default login credentials for the web interface is not working
Currently running from docker-compose.yml