Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.1
-
Component/s: Authentication
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
When uploading an html file and filling the policy location on the Moodle Amdin Settings, policy.php page shows itself in a nested fashion in the iframe where the uploaded html should appear. To reproduce:
1. create a html file, either ISO8559-1 or UTF8 encoded, either using strict or loose DTD.
2. upload the file and fill the policy admin setting
3. logoff and manually create a new account
4. after receiving the email confirmation, click on the link to confirm the new account
5. look at the policy.php page, nesting istelf in the IFRAME.
The problem appears both on IE7 and Firefox 1.5. Apparently in a random fashion, the problem may not appear, so to fully troubleshoot the problem please try again if the page displays correclty.
Attachments
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-9798 | IE times out on policy page because of object tag |
|
|
|
What is your forcelogin setting?
You can not view uploaded files before confirming the policy if forcelogin enabled. The randomness could be caused by browser caching.
I am evaluating option to skip require login in file.php for policy file itself...