From 8f7f70d11280884e093e94708341fa36fe249a86 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 9 Mar 2005 09:27:24 +0000 Subject: [PATCH] add comment that local accounts are necessary to log in --- includes/AuthPlugin.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 894b0964ad..4f45f0f7fa 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -72,6 +72,10 @@ class AuthPlugin { * when asked to login a user who doesn't exist locally but does in the * external auth database. * + * If you don't automatically create accounts, you must still create + * accounts in some way. It's not possible to authenticate without + * a local account. + * * This is just a question, and shouldn't perform any actions. * * @return bool -- 2.20.1