6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 06:07:56 +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 "💥".
## Unreleased
- [Bugfix] Fix authentication in Android mobile application
## v10.0.6 (2020-06-22)
- [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-secret {{ ANDROID_OAUTH2_SECRET }} \
--grant-type password \
--public \
android \
login_service_user