-
Bug
-
Resolution: Fixed
-
Minor
-
4.0 regressions, 4.0.8, 4.1.2, 4.2
-
1
- Publish course with sections
- Copy url to a section in the course. It will be similar to https://fqdn/course/view.php?id=1#section-1
- When not signed in to Moodle, paste the url into the address bar and go
- You'll be taken to a login page with the hash property intact. e.g., https://fqdn/login/index.php#section-1 or https://fqdn/auth/ldap/ntlmsso_attempt.php#section-1
- After signing in, you'll be taken back to the course, but the hash property has been dropped. e.g., https://fqdn/course/view.php?id=167
Expected outcome is that step 5 retains the hash property and you're taken to the appropriate section after signing in.
note - If you attempt the above when already signed in, that hash is kept and you'll be taken to the appropriate section.
- is a regression caused by
-
MDL-69371 Redesign the Moodle login page
- Closed