Difference between revisions of "Change default passwords"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 10: Line 10:
  /var/lib/asterisk/agi-bin/mor.conf
  /var/lib/asterisk/agi-bin/mor.conf
  /home/mor/public/c2c/c2c.php
  /home/mor/public/c2c/c2c.php
Restart Asterisk:
/etc/init.d/asterisk restart
And Apache:
Debian:
/etc/init.d/apache2 restart
Centos/Fedora:
/etc/init.d/httpd restart


==MOR GUI password==
==MOR GUI password==

Revision as of 12:36, 12 June 2008

MOR DB password

After MOR installation you need to change MySQL passwords for root (which is empty) and for mor (which is 'mor').

For user mor you need to change password in following places:

/home/mor/config/database.yml
/etc/asterisk/mor.conf
/etc/asterisk/res_mysql.conf
/var/lib/asterisk/agi-bin/mor.conf
/home/mor/public/c2c/c2c.php

Restart Asterisk:

/etc/init.d/asterisk restart

And Apache:

Debian:

/etc/init.d/apache2 restart

Centos/Fedora:

/etc/init.d/httpd restart

MOR GUI password

  • Change from admin/admin to more secure
  • Also change psw for user 101 (old psw is 101)

Change DB

If you want to change DB name from mor to another one, make sure to edit /etc/asterisk/extconfig.conf and change mor to your new DB name.