* Pull isLocked() and isHidden() up to User using callbacks
[lhc/web/wiklou.git] / includes / AuthPlugin.php
index 7717e00..df2c019 100644 (file)
@@ -241,4 +241,11 @@ class AuthPlugin {
        function getCanonicalName( $username ) {
                return $username;
        }
+       
+       /**
+        * Adds any functionality to a User object in context of the auth system
+        */
+       function setUserCallbacks( $user, &$callbacks ) {
+               return true;
+       }
 }