Hello!
We've recently upgraded our Moodle install to 2.3.1+ and have run into a big issue with Guest logins.
Until now, certain courses were accessed using 'guest' credentials automatically by adding &username=guest&password=guest to the end of the linked URL.
With the update:
1. Feeded the login credentials through the URL does not work with no error message in sight give out. The browser simply redirects to the login page.
2. Testing the 'guest' account, we have found that it does not work. Logging in manually using 'guest'-'guest' does not work, logging in with simply 'guest' doesn't work.
I've been through most of the content I could find on the forums on this issue and have found serveral solutions that have not worked:
- Change mnetd value from 1 to 0. (Didn't help).
- Check to make sure that the MD5 value for the password is '084e0343a0486ff05530df6c705c8bb4' (it is).
- Enable the Login as Guest button. (Doesn't help).
I cannot think of much else. The only thing that caught my eye, was the fact that the authtype for the guest account was set to MANUAL. I haven't modified this because I'm working on a live site, and wanted to ask around first.
For authentication, we use LDAP and an External Database for different sets of users; but Manual Authentication is disabled. Could this be the cause of the failed guest logins?
Thanks for your attention!