lirantal / daloradius

daloRADIUS is an advanced RADIUS web management application for managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine, and integrates with OpenStreetMap for geolocation. The system is based on FreeRADIUS with which it shares access to the backend database.
http://www.daloradius.com
GNU General Public License v2.0
680 stars 340 forks source link

Default login creds not working #573

Open sugoides opened 1 month ago

sugoides commented 1 month ago

The default login credentials for the web interface is not working

Currently running from docker-compose.yml

nanadabba commented 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;
ch-rakotomalala commented 1 month ago

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

ch-rakotomalala commented 1 month ago

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.