From: Brion Vibber Date: Wed, 9 Mar 2005 09:27:24 +0000 (+0000) Subject: add comment that local accounts are necessary to log in X-Git-Tag: 1.5.0alpha1~656 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=8f7f70d11280884e093e94708341fa36fe249a86;p=lhc%2Fweb%2Fwiklou.git add comment that local accounts are necessary to log in --- 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