Skip to content

Commit

Permalink
#96 #16 Add warning about spam-box
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Dec 25, 2014
1 parent faa364f commit cb5e155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ angular.module('users').controller('AuthenticationController', ['$scope', '$http
$scope.isLoading = false;
// If successful we assign the response to the global user model
$scope.authentication.user = response;
$scope.success = 'Go to your ' + response.email + ' email account, find the email from Trustroots, and click the confirm link. It might take up to 5-10 minutes for email to arrive — meanwhile you can fill in your profile!';
$scope.success = 'Go to your ' + response.email + ' email account, find the email from Trustroots and click the confirm link. It might take up to 5-10 minutes for email to arrive and in rare occasions it might end up to spam folder — meanwhile you can fill in your profile!';
}).error(function(response) {
$scope.isLoading = false;
$scope.error = response.message;
Expand Down

0 comments on commit cb5e155

Please sign in to comment.