Skip to content

Commit

Permalink
note on replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed May 27, 2016
1 parent ac16343 commit 104d79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/locales/server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ en:
oauth2_client_secret: 'Client Secret for custom OAuth2'
oauth2_authorize_url: 'Authorization URL for OAuth2'
oauth2_token_url: 'Token URL for OAuth2'
oauth2_user_json_url: 'URL to fetch user JSON for OAuth2'
oauth2_user_json_url: 'URL to fetch user JSON for OAuth2 (note we replace :id with the id returned by OAuth call and :token with the token id)'
oauth2_json_user_id_path: 'Path in the OAuth2 User JSON to the user id. eg: user.id'
oauth2_json_username_path: 'Path in the OAuth2 User JSON to the username. eg: user.username'
oauth2_json_name_path: "Path in the OAuth2 User JSON to the user's full: user.name.full"
Expand Down

0 comments on commit 104d79d

Please sign in to comment.