Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.1
-
Fix Version/s: None
-
Component/s: Authentication
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
Description
To reproduce:
- create a course allowing guest access with no password
- in admin->Authentication, hide the Login as guest button
- now logoff, then click on the above course to enter it as guest.
- Moodle shows the login page.
If Login as guest button is is showed, autologingustes works correctly. Probably the correct behaviour should be:
Probably the correct behaviour should be:
1) if autologin is enabled and the course allows it, then autologin.
2) else, login page.