You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/03/17 17:04:01 UTC

airavata-php-gateway git commit: changing priviledges email message

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 18d57226c -> 2b989c018


changing priviledges email message


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/2b989c01
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/2b989c01
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/2b989c01

Branch: refs/heads/develop
Commit: 2b989c0183f567d52909f819299b80a355a549c9
Parents: 18d5722
Author: scnakandala <su...@gmail.com>
Authored: Thu Mar 17 12:03:58 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Thu Mar 17 12:03:58 2016 -0400

----------------------------------------------------------------------
 app/controllers/AdminController.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/2b989c01/app/controllers/AdminController.php
----------------------------------------------------------------------
diff --git a/app/controllers/AdminController.php b/app/controllers/AdminController.php
index 1896fa0..1d7b39c 100644
--- a/app/controllers/AdminController.php
+++ b/app/controllers/AdminController.php
@@ -223,7 +223,7 @@ class AdminController extends BaseController {
 
 		$mail->isHTML(true);
 
-		$mail->Subject = "Your user account (".$username.") was authorized !";
+		$mail->Subject = "Your user account (".$username.") privileges changed!";
 		$userProfile = WSIS::getUserProfile($username);
 		$wsisConfig = Config::get('pga_config.wsis');
 		if( $wsisConfig['tenant-domain'] == "")
@@ -231,7 +231,7 @@ class AdminController extends BaseController {
 		else
 			$username = $username . "@" . $wsisConfig['tenant-domain'];
 
-		$str = "Please relogin into the portal to access the portal features" ."<br/><br/>";
+		$str = "Please re-login into the portal to use new privileges" ."<br/><br/>";
 		$str = $str . "Gateway Portal: " . $_SERVER['SERVER_NAME'] ."<br/>";
 		$str = $str . "Username: " . $username ."<br/>";
 		$str = $str . "Name: " . $userProfile["firstname"] . " " . $userProfile["lastname"] . "<br/>";