Don't add empty title attributes to anchor links
[lhc/web/wiklou.git] / includes / AuthPlugin.php
index 7c9b339..b29e13f 100644 (file)
@@ -258,4 +258,9 @@ class AuthPluginUser {
                # Override this!
                return false;
        }
+       
+       public function resetAuthToken() {
+               # Override this!
+               return true;
+       }
 }