I'm trying to login with admin/admin but it just returns me to the login screen. I've spotted various people around with similar problems and they all seem to be to do with the Users table not containing the right data. Using phpMyAdmin I can see that my Users table contains the following:
Code: Select all
Id - 1
Username - admin
Password - *4ACFE3202A5FF5CF467898FC58AAB1D615029441
Language - <blank>
Enabled - 1
Stream - View
Events - Edit
Control - Edit
Monitors -Edit
System - Edit
MaxBandwidth - <blank>
MonitorIds - <blank>
Code: Select all
Array
(
[format] => html
[cookies] => 1
[device] =>
[username] => admin
[remote_addr] => 192.168.7.214
[user] => Array
(
[Id] => 1
[Username] => admin
[Password] => *4ACFE3202A5FF5CF467898FC58AAB1D615029441
[Language] =>
[Enabled] => 1
[Stream] => View
[Events] => Edit
[Control] => Edit
[Monitors] => Edit
[System] => Edit
[MaxBandwidth] =>
[MonitorIds] =>
)
[password_hash] => *4ACFE3202A5FF5CF467898FC58AAB1D615029441
)