-
Bug
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
MDL-56905-master -
The launch.php script has a condition to return the private token only if the token has just been created. I think this is too restrictive, since it will disable the auto-login feature in the app in the following cases:
- A user deletes a site and adds it again.
- A user re-installs the app.
- A user changes his device.
- A user has more than one device to use the Mobile app.
In all the cases above the user will be unable to use the auto-login feature since the token is created once every 3 months.
It's important to have some restriction for security reasons, but we should fix this since the current one isn't good enough for the app.
- Testing discovered
-
MDL-56955 No spacing between user name and $CFG->displayloginfailures info
-
- Closed
-