changing the pga_config.php.template user role name
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/64b06ccf Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/64b06ccf Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/64b06ccf Branch: refs/heads/master Commit: 64b06ccf4d9df7df672204adb0c0e158899a5125 Parents: 1eba2ba Author: Supun Nakandala <[email protected]> Authored: Fri Sep 4 15:19:53 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Fri Sep 4 15:19:53 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/64b06ccf/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 89d95b2..ae0ef43 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -21,7 +21,7 @@ return array( /** * Gateway user role */ - 'user-role-name' => 'Internal/everyone', + 'user-role-name' => 'airavata-user', /** * Tenant admin's username
