-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5.2
-
- Run the app in browser.
- Try to add a new site. Inspect the Network requests and check that no fake credentials are sent. Check that you can connect to the site.
-
MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.0
We were sending fake credentials because of MDL-52902 (CORS check was after the credentials check), but since the fix was integrated for 3.1 and we now support only 3.1 we can stop sending the parameters and it should work the same. But instead getting an invalid username error we'll get a missing parameter one.
This will prevent logs to be filled with unsuccessful login attempts
Note, this was only happening for the web app version (not in the app or desktop)