X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FAuthPlugin.php;h=0b65593faf23fc30defa3e87130781620cb212b3;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hp=6449d371ccc7f97ffe701bd4ff70a451f357ce13;hpb=9ba3fca2d8adc56787c8efc32c41424cb212e387;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 6449d371cc..0b65593faf 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -32,6 +32,8 @@ * accounts authenticate externally, or use it only as a fallback; also * you can transparently create internal wiki accounts the first time * someone logs in who can be authenticated externally. + * + * @deprecated since 1.27 */ class AuthPlugin { /** @@ -322,6 +324,9 @@ class AuthPlugin { } } +/** + * @deprecated since 1.27 + */ class AuthPluginUser { function __construct( $user ) { # Override this! @@ -352,6 +357,9 @@ class AuthPluginUser { return false; } + /** + * @deprecated since 1.28, use SessionManager::invalidateSessionForUser() instead. + */ public function resetAuthToken() { # Override this! return true;