6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-05 23:20:40 +00:00

Fix authentication in Android mobile application

Login on Android mobile app was failing with "check your username and
password".
This commit is contained in:
Régis Behmo 2020-06-22 16:01:46 +02:00
parent 92c4055b36
commit c2e30a6855
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
Note: Breaking changes between versions are indicated by "💥". Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix authentication in Android mobile application
## v10.0.6 (2020-06-22) ## v10.0.6 (2020-06-22)
- [Bugfix] Fix unsent activation emails and other asynchronous tasks - [Bugfix] Fix unsent activation emails and other asynchronous tasks

View File

@ -9,6 +9,7 @@ echo "Loading settings $DJANGO_SETTINGS_MODULE"
--client-id android \ --client-id android \
--client-secret {{ ANDROID_OAUTH2_SECRET }} \ --client-secret {{ ANDROID_OAUTH2_SECRET }} \
--grant-type password \ --grant-type password \
--public \
android \ android \
login_service_user login_service_user