Page 1 of 1

the password problem

PostPosted: Tue Oct 28, 2008 9:07 pm
by raghuram-medbridge
guyz i have a serious problem some one has remotely accessed my vicidial and changed the password to the main server of vicidial ( vici login) can i reset the password please help me guyz as its ruining my bussiness........ :(

PostPosted: Wed Oct 29, 2008 9:35 am
by mflorell
Yes, just use MySQL to change the password.

UPDATE vicidial_users set pass='XXXXXX' where user='6666';

Re: the password problem

PostPosted: Thu Nov 06, 2008 2:42 pm
by jbarthle
raghuram-medbridge wrote:guyz i have a serious problem some one has remotely accessed my vicidial and changed the password to the main server of vicidial ( vici login) can i reset the password please help me guyz as its ruining my bussiness........ :(


I would also suggest that if you don't need to the ability to log in from the outside, that you set up iptables to reject incoming http requests from the outside. I would imagine that it would be much easier to block only attempts from public ip addresses if you have all of your LAN traffic on one NIC and one NIC for just WAN traffic.