diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php index 032bea03bac4ce6c39a7fdde30cbad67e6ae276c..7c42f4695cbc667a383256efc663aeb0442972b3 100644 --- a/sites/all/modules/unl/unl_migration.php +++ b/sites/all/modules/unl/unl_migration.php @@ -549,7 +549,7 @@ class Unl_Migration_Tool if (!$this->_frontier) { $this->_frontier = ftp_ssl_connect('frontier.unl.edu'); //TODO: make this a login that only has read access to everything. - $login = ftp_login($this->_frontier, 'nmc', '2n3m5n'); + $login = ftp_login($this->_frontier, '***', '***'); if (!$login) { $this->_frontier = NULL; }