Repository: airavata-php-gateway Updated Branches: refs/heads/master cc8308999 -> 36033f5d1
changing default tenant admin username Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/36033f5d Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/36033f5d Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/36033f5d Branch: refs/heads/master Commit: 36033f5d13f4d1b5faa3d9098bb1d71de217e7bb Parents: cc83089 Author: Supun Nakandala <[email protected]> Authored: Thu Sep 3 19:34:21 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Thu Sep 3 19:34:21 2015 +0530 ---------------------------------------------------------------------- app/config/pga_config.php.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/36033f5d/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 58323d0..72b745b 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -26,7 +26,7 @@ return array( /** * Tenant admin's username */ - 'admin-username' => '[email protected]', + 'admin-username' => '[email protected]', /** * Tenant admin's password
