Skip to content

Commit

Permalink
Clarify FAF account relation to OAuth scopes
Browse files Browse the repository at this point in the history
Refers to #251
  • Loading branch information
Brutus5000 committed Apr 4, 2024
1 parent db1a082 commit 98dddd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ login.forgotPassword=Forgot Password
login.registerAccount=Register Account
login.technicalError=We encountered a technical error during login. This mostly occurs if you reloaded a page or sent a request twice. Please restart the login from the beginning.
login.invalidFlow=Invalid login flow
consent.appRequest=This app would like to:
consent.appRequest=This app requests the following permissions of your FAF account:
consent.termsOfService=Terms of Service
consent.privacyStatement=Privacy Statement
consent.authorize=Authorize
Expand All @@ -31,7 +31,7 @@ oauth2.scope.offline.description=The client will receive a token that allows to
oauth2.scope.public_profile=View profile
oauth2.scope.public_profile.description=Sensitive data such as email will not be revealed.
oauth2.scope.write_account_data=Edit account data
oauth2.scope.write_account_data.description=Such as change password or email
oauth2.scope.write_account_data.description=Such as change FAF account password or email
oauth2.scope.edit_clan_data=Edit clan data
oauth2.scope.edit_clan_data.description=Such as renaming or inviting players
oauth2.scope.vote=Participate in FAF votes
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/i18n/messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ login.loginAction=Einloggen
login.forgotPassword=Passwort vergessen
login.registerAccount=Konto registrieren
login.technicalError=Beim Einloggen trat ein technischer Fehler auf. Dies passiert häufig wenn eine Seite neu geladen oder mehrfach abgesendet wurde. Bitte beginne den Login nochmal von vorne.
consent.appRequest=Diese Anwendung beantragt folgende Rechte:
consent.appRequest=Diese Anwendung beantragt folgende Rechte von ihrem FAF Account:
consent.termsOfService=Nutzungsbedingungen
consent.privacyStatement=Datenschutzerklärung
consent.authorize=Authorisieren
Expand All @@ -24,7 +24,7 @@ oauth2.scope.offline.description=Die Anwendung erhält einen Schlüssel, mit dem
oauth2.scope.public_profile=Profil sehen
oauth2.scope.public_profile.description=Sensible Daten wie Email werden nicht freigegeben.
oauth2.scope.write_account_data=Konto-Daten ändern
oauth2.scope.write_account_data.description=u.a. Passwort oder Email ändern
oauth2.scope.write_account_data.description=u.a. FAF Konto Passwort oder Email ändern
oauth2.scope.edit_clan_data=Clan-Daten ändern
oauth2.scope.edit_clan_data.description=u.a. Namen ändern oder Spieler einladen
oauth2.scope.vote=In FAF Umfragen abstimmen
Expand Down

0 comments on commit 98dddd7

Please sign in to comment.