DeanSLR New Member Apr 5, 2022 #1 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.
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.
Max Administrator Staff member Apr 5, 2022 #2 Hello Password should be MD5() So if password is admin, then MD5('admin') = 21232f297a57a5a743894a0e4a801fc3 Code: admin: {username: admin, password: 21232f297a57a5a743894a0e4a801fc3, active: true}
Hello Password should be MD5() So if password is admin, then MD5('admin') = 21232f297a57a5a743894a0e4a801fc3 Code: admin: {username: admin, password: 21232f297a57a5a743894a0e4a801fc3, active: true}