From 1c827573ceb9f376c3b2acdeaf2e5605328c2ea1 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 2 Jan 2011 12:31:48 -0500 Subject: [PATCH] Adding doc blocks for FormAuthenticate. --- .../components/auth/form_authenticate.php | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/cake/libs/controller/components/auth/form_authenticate.php b/cake/libs/controller/components/auth/form_authenticate.php index 324bff557..e337b9715 100644 --- a/cake/libs/controller/components/auth/form_authenticate.php +++ b/cake/libs/controller/components/auth/form_authenticate.php @@ -1,5 +1,36 @@ Auth->authenticate = array( + * 'Form' => array( + * 'scope' => array('User.active' => 1) + * ) + * ) + * }}} + * + * When configuring FormAuthenticate you can pass in settings to which fields, model and additional conditions + * are used. See FormAuthenticate::$settings for more information. + * + * @package cake.libs.controller.components.auth + * @since 2.0 + */ class FormAuthenticate { /**