chiark / gitweb /
docs: more work
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 21 Mar 2013 14:57:29 +0000 (14:57 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 21 Mar 2013 14:57:29 +0000 (14:57 +0000)
caf.pod

diff --git a/caf.pod b/caf.pod
index ba5300cde6cc6644021bd302787e804d6fde4a32..aa9566be42009f0e742c4a8b4b3d3917b04ea6ba 100644 (file)
--- a/caf.pod
+++ b/caf.pod
@@ -659,6 +659,19 @@ C<gen_login_form> hook for C<check_ok>) to generate form entry fields.
 
 The default is C<['username']>.
 
+=item C<logout_param_names>
+
+Arrayref of name(s) of form parameters indicating that the request is
+a logout request.
+
+Used by the default C<is_logout> hook.
+
+If you want users to be able to explicitly log out, you need to
+provide a logout button, something like
+C<< <input type="submit" name="caf_logout" ...>>
+
+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<dir>.
 
 =back
 
+=head2 SETTINGS FOR HTML GENERATION
+
+=over
+
+=item C<form_entry_size>
+
+xxx
+
+=back
+
 
 
 =head1 DATABASE TABLES