Bug 20091: Moved FailedLoginAttempts out of Norwegian Patron Database heading
authorNick Clemens <nick@bywatersolutions.com>
Fri, 26 Jan 2018 12:43:58 +0000 (12:43 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 30 Jan 2018 17:21:27 +0000 (14:21 -0300)
To test:
1 - View systempreferences patron tab
2 - Note FailedLoginAttempts is uner 'Norwegian Patron Database'
3 - apply patch
4 - Now it is under 'General'

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Maksim Sen <maksim@inlibro.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref

index 5591aa1..fe4da67 100644 (file)
@@ -200,6 +200,11 @@ Patrons:
                no: "Don't"
          - track last patron activity.
          - Everytime a patron will connect, the borrowers.lastseen will be updated with the current time.
+     -
+         - Block a patron's account if it reaches
+         - pref: FailedLoginAttempts
+           class: integer
+         - failed login attempts.
     "Norwegian patron database":
      -
          - pref: NorwegianPatronDBEnable
@@ -221,8 +226,3 @@ Patrons:
                yes: Do
                no: "Don't"
          - search the Norwegian national patron database after a local search result was found.
-     -
-         - Block a patron's account if it reaches
-         - pref: FailedLoginAttempts
-           class: integer
-         - failed login attempts.