-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0.1, 4.0.3
-
MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
MDL-74862-master -
The QR login via the mobile app functionality does some security checks such as setting a max time of 10 minutes for the QR code to be valid and checking that the same IP is used when generating the QR code and when scanning it.
The last is creating problems in these scenarios:
- Computer providing ipv6 address but Android device using ipv4 so the check will always fail
- Institutions providing different WiFi access (so different IPs) for computers and mobile devices
- Institutions providing network access via ethernet to computers under a different IP than for mobile devices
Adding an additional setting to disable this will allow these particular institutions to use this feature while still allowing existing institutions use the current functionality