Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't log out items in $authen{user_module} not in $authen{admin_module}
When looping through $authen{user_module} for the admin course, modules not in $authen{admin_module} can be logged and `authen_error` is set before attempting the next module. This can cause the logins to the admin course to fail under certain configurations. This removes both the logging and error message, and just attempts the next authentication method.
- Loading branch information