From f44e3eadb3be7e180eaaca99ca6b5ab15ac658ea Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Mon, 10 Mar 2014 12:45:52 +0100 Subject: [PATCH] Provide more copy for insufficient oauth permissions. --- .../templates/insufficient_oauth_permissions.hbs | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs index 4fa647c1..063831a6 100644 --- a/assets/scripts/app/templates/insufficient_oauth_permissions.hbs +++ b/assets/scripts/app/templates/insufficient_oauth_permissions.hbs @@ -2,11 +2,20 @@

- Oops, looks like something went wrong! + Sorry, something went missing.

+

- It looks like we don't have authorization to access your GitHub account.
- Please review your GitHub settings and try again. + It looks like we don't have sufficient privileges for your GitHub account.
+ This can happen for different reasons, most commonly due to an older token
+ stored on our end, or because some of the permissions have been removed
+ from the token. Unfortunately we need those to provide you with the best service.
+
+ Luckily, the issue can be easily corrected by going through the login flow
+ once again. Make sure the permissions we ask for are all available.
+
+ For more information about the OAuth scopes and what we need them for,
+ [check our documentation on this topic](http://docs.travis-ci.com/user/github-oauth-scopes/).