-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.10.4, 3.11
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
This affects 4 modues: chat, choice, forum, quiz. I'll use quiz as an example to explain the issue:
- Site allows guests to browse around.
- User browes to a quiz.
- They see a message "Sorry, guests cannot see or attempt quizzes", "Would you like to log in now with a full user account?" with buttons "Yes" (going to login/index.php) and "No" (going back to the referrer).
The issue is that the Yes button does a POST to the login page, wereas since we are just showing the login form, that would be more correct as a GET.
(And, if you are doing crazy hackery like we are at the OU, this can break the assumptions in your hacks!)