Cant access admin in WCS

DeanSLR

New Member
Hi,
I have a webcallserver and cant access admin:admin in ssh nor https.
I changed the conf/database.yml file and used service restart webcallserver but still doesnt work.
1649169746800.png


1649169827188.png
 

Max

Administrator
Staff member
Hello

Password should be MD5()
So if password is admin, then MD5('admin') = 21232f297a57a5a743894a0e4a801fc3
Code:
admin: {username: admin, password: 21232f297a57a5a743894a0e4a801fc3, active: true}
 
Top