https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36665

--- Comment #19 from Nick Clemens (kidclamp) <n...@bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #17)
> What's now the expected behaviour for AutoLocation? In my understanding
> AutoLocation is now only used for IP restriction.

If AutoLocation is enabled:
  If the user has loggedinlibrary permission:
      If the chosen branch has an ip:
          the user will be denied login unless IP matches
          they will be logged in to chosen library if IP matches
      If the chosen branch has no ip:
          the user will be logged in at chosen branch
      If no library is chosen:
          If the user's branch has an ip:
            the user will be denied login unless IP matches
            they will be logged in to homebranch if matches
          If the user's branch has no IP:
            the user will be signed in to their homebranch
  If the user does not have loggedinlibrary permission:
    Their chosen branch will be ignored - i.e. choosing or not, homebranch will
be used
    If their homebranch has an IP:
        they will be denied login unless IP matches
        they will be logged in to their homebranch if IP matches
    If their homebranch has no IP:
        they will be logged in to their homebranch

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to