View | Details | Raw Unified | Return to bug 36908
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-3 / +2 lines)
Lines 91-104 Administration: Link Here
91
              class: integer
91
              class: integer
92
            - Adding d will specify it in days, e.g. 1d is timeout of one day.
92
            - Adding d will specify it in days, e.g. 1d is timeout of one day.
93
        -
93
        -
94
            - "Require staff to log in from a computer in the IP address range specified by their library or the branch chosen at login (if any): "
94
            - "Limit the libraries staff can select at login to those where their computer's IP address is within the library's specified range or to libraries without an IP restriction: "
95
            - pref: AutoLocation
95
            - pref: AutoLocation
96
              default: 0
96
              default: 0
97
              choices:
97
              choices:
98
                  1: "Yes"
98
                  1: "Yes"
99
                  0: "No"
99
                  0: "No"
100
            - <a href="/cgi-bin/koha/admin/branches.pl">Link to library administration</a>
100
            - <a href="/cgi-bin/koha/admin/branches.pl">Link to library administration</a>
101
            - 'Staff can only choose thier branch on login if they have "loggedinlibrary" permission. This setting will override the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=StaffLoginBranchBasedOnIP">StaffLoginBranchBasedOnIP</a> system preference. In the event of multiple branches with matching IPs, branchcode (alphabetically) will be the tie breaker.'
101
            - 'Staff can only choose their library at login if they have the "loggedinlibrary" permission. This setting will override the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=StaffLoginBranchBasedOnIP">StaffLoginBranchBasedOnIP</a> system preference. In the event of multiple libraries with matching IPs, branchcode (alphabetically) will be the tie breaker.'
102
        -
102
        -
103
            - "Enable check for change in remote IP address for session security: "
103
            - "Enable check for change in remote IP address for session security: "
104
            - pref: SessionRestrictionByIP
104
            - pref: SessionRestrictionByIP
105
- 

Return to bug 36908