auth base class MDL-21457 make the base class user_exists method argument list match reality
This commit is contained in:
+1
-1
@@ -268,7 +268,7 @@ class auth_plugin_base {
|
||||
* @param string $username (with system magic quotes)
|
||||
* @return bool
|
||||
*/
|
||||
function user_exists() {
|
||||
function user_exists($username) {
|
||||
//override if needed
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user