X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAuthPlugin.php;h=0b65593faf23fc30defa3e87130781620cb212b3;hb=06045fd914a2472f6615fb79b0244c1103099a6d;hp=add587674fe2e439903feb3dd4f04c42e6dd5111;hpb=3e618de36377403ab0f853101c0d88c33e27ae21;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!