hrimhari / moodle-auth_loginlogoutredir

Login/Logout Static Redirection
GNU General Public License v3.0
8 stars 12 forks source link

Fixed an error displaying in some cases where user is trying to login… #5

Closed jounisuo closed 8 years ago

jounisuo commented 8 years ago

… with a username that does not exist.

auth_plugin_base: function user_login($username, $password) { print_error('mustbeoveride', 'debug', '', 'user_login()' ); }