/[koha]/koha/updater/updatedatabase
ViewVC logotype

Diff of /koha/updater/updatedatabase

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.100.2.14 by tipaul, Mon Dec 5 09:41:35 2005 UTC revision 1.100.2.15 by tipaul, Mon Dec 5 09:50:35 2005 UTC
# Line 933  my %tabledata = ( Line 933  my %tabledata = (
933              explanation         => 'Delay before expiry where a notice is sent when issuing',              explanation         => 'Delay before expiry where a notice is sent when issuing',
934              type                => 'Integer',              type                => 'Integer',
935          },          },
936            {
937                uniquefieldrequired => 'variable',
938                variable            => 'OpacPasswordChange',
939                value               => '1',
940                forceupdate         => { 'explanation' => 1,
941                                         'type' => 1},
942                explanation         => 'Enable/Disable password change in OPAC (disable it when using LDAP auth)',
943                type                => 'YesNo',
944            },
945      ],      ],
946    
947  );  );
# Line 1529  $sth->finish; Line 1538  $sth->finish;
1538  exit;  exit;
1539    
1540  # $Log$  # $Log$
1541    # Revision 1.100.2.15  2005/12/05 09:50:35  tipaul
1542    # New systempreference : OpacPasswordChange if set to Yes (default) the user can change it's password. If set to No, he can't. Useful for libraries with LDAP auth, where the password is checked in LDAP, not in Koha, thus Koha can't change it
1543    #
1544  # Revision 1.100.2.14  2005/12/05 09:41:35  tipaul  # Revision 1.100.2.14  2005/12/05 09:41:35  tipaul
1545  # typo fix : NofifyBorrowerDeparture instead of NotifiyBorrowerDeparture  # typo fix : NofifyBorrowerDeparture instead of NotifiyBorrowerDeparture
1546  #  #

Legend:
Removed from v.1.100.2.14  
changed lines
  Added in v.1.100.2.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26