From 8a20940a918ec4b98c4a38c295dda6488b6f4ece Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 21 Mar 2013 14:57:29 +0000 Subject: [PATCH] docs: more work --- caf.pod | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/caf.pod b/caf.pod index ba5300c..aa9566b 100644 --- a/caf.pod +++ b/caf.pod @@ -659,6 +659,19 @@ C hook for C) to generate form entry fields. The default is C<['username']>. +=item C + +Arrayref of name(s) of form parameters indicating that the request is +a logout request. + +Used by the default C hook. + +If you want users to be able to explicitly log out, you need to +provide a logout button, something like +C<< > + +The default is C<['caf_logout']> + =back =head2 SETTINGS FOR SOURCE CODE DOWNLOAD FACILITY @@ -674,6 +687,16 @@ If this is a relative path, it is in C. =back +=head2 SETTINGS FOR HTML GENERATION + +=over + +=item C + +xxx + +=back + =head1 DATABASE TABLES -- 2.30.2