From 5306b5025b62d8973518526b58403d6b4ce498c5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 25 Jun 2020 13:48:36 +0100 Subject: [PATCH] Bug 21395: (QA follow-up) POD fixes Signed-off-by: Martin Renvoize --- C4/InstallAuth.pm | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/C4/InstallAuth.pm b/C4/InstallAuth.pm index 765c662c49..05718b0789 100644 --- a/C4/InstallAuth.pm +++ b/C4/InstallAuth.pm @@ -62,14 +62,14 @@ InstallAuth - Authenticates Koha users for Install process =head1 DESCRIPTION - The main function of this module is to provide - authentification. However the get_template_and_user function has - been provided so that a users login information is passed along - automatically. This gets loaded into the template. - This package is different from C4::Auth in so far as - C4::Auth uses many preferences which are supposed NOT to be obtainable when installing the database. +The main function of this module is to provide +authentification. However the get_template_and_user function has +been provided so that a users login information is passed along +automatically. This gets loaded into the template. +This package is different from C4::Auth in so far as +C4::Auth uses many preferences which are supposed NOT to be obtainable when installing the database. - As in C4::Auth, Authentication is based on cookies. +As in C4::Auth, Authentication is based on cookies. =head1 FUNCTIONS @@ -84,19 +84,19 @@ InstallAuth - Authenticates Koha users for Install process } ); - This call passes the C, C and C - to C<&checkauth> (in this module) to perform authentification. - See C<&checkauth> for an explanation of these parameters. +This call passes the C, C and C +to C<&checkauth> (in this module) to perform authentification. +See C<&checkauth> for an explanation of these parameters. - The C is then used to find the correct template for - the page. The authenticated users details are loaded onto the - template in the logged_in_user variable (which is a Koha::Patron object). Also the - C is passed to the template. This can be used in templates - if cookies are disabled. It needs to be put as and input to every - authenticated page. +The C is then used to find the correct template for +the page. The authenticated users details are loaded onto the +template in the logged_in_user variable (which is a Koha::Patron object). Also the +C is passed to the template. This can be used in templates +if cookies are disabled. It needs to be put as and input to every +authenticated page. - More information on the C sub can be found in the - Templates.pm module. +More information on the C sub can be found in the +Templates.pm module. =cut -- 2.20.1