diff --git a/static/js/services/notification-service.js b/static/js/services/notification-service.js index 875fed7dd..02526699d 100644 --- a/static/js/services/notification-service.js +++ b/static/js/services/notification-service.js @@ -48,7 +48,9 @@ function($rootScope, $interval, UserService, ApiService, StringBuilderService, P 'password_required': { 'level': 'error', 'message': 'In order to begin pushing and pulling repositories, a password must be set for your account', - 'page': '/user?tab=password' + 'page': function(metadata) { + return '/user/' + UserService.currentUser()['username'] + '?tab=settings'; + } }, 'over_private_usage': { 'level': 'error',