X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAuthPlugin.php;h=0b65593faf23fc30defa3e87130781620cb212b3;hb=956967415397d64f7c67259f190e8122a0b32506;hp=add587674fe2e439903feb3dd4f04c42e6dd5111;hpb=dc26e653bf6f0aba3b25d2f7c51035674aad7844;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index add587674f..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!