This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit a84fa3fbe1ef96bbf93ee1c2d81af7fbe3882868
Author: Marcus Christie <machr...@iu.edu>
AuthorDate: Wed Jan 31 16:50:42 2018 -0500

    Go to the dashboard after login
---
 django_airavata/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/settings.py b/django_airavata/settings.py
index 32f4c25..aae9bd5 100644
--- a/django_airavata/settings.py
+++ b/django_airavata/settings.py
@@ -146,7 +146,7 @@ AUTHENTICATION_BACKENDS = [
 ]
 
 LOGIN_URL = 'django_airavata_auth:login'
-LOGIN_REDIRECT_URL = 'home'
+LOGIN_REDIRECT_URL = 'django_airavata_workspace:dashboard'
 LOGOUT_REDIRECT_URL = 'home'
 
 LOGGING = {

-- 
To stop receiving notification emails like this one, please contact
machris...@apache.org.

Reply via email to