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/02/22 17:13:45 UTC

[2/3] airavata-php-gateway git commit: amending the last commit

amending the last commit


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

Branch: refs/heads/develop
Commit: 6b936af659b238eaa8d0067fbe8271c3ffd4ee29
Parents: d6fecb3
Author: scnakandala <su...@gmail.com>
Authored: Wed Feb 17 21:21:52 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Wed Feb 17 21:21:52 2016 -0500

----------------------------------------------------------------------
 app/controllers/AccountController.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6b936af6/app/controllers/AccountController.php
----------------------------------------------------------------------
diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php
index f19702f..2b16190 100755
--- a/app/controllers/AccountController.php
+++ b/app/controllers/AccountController.php
@@ -332,6 +332,7 @@ class AccountController extends BaseController
                     }else{
                         WSIS::confirmUserRegistration("123", $capatcha->imagePath,
                             $capatcha->secretKey, $username, $confirmation, Config::get('pga_config.wsis')['tenant-domain']);
+                        return Redirect::to("login");
                     }
                 }
             }catch (Exception $e){