Opened 6 years ago
Closed 6 years ago
#2119 closed enhancement (fixed)
Geolocation should not be used for internal logins
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.12.3 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
While BASE is running it will create internal login sessions at regular intervals to check for jobs, etc. The internal logins should not lookup the location from freegeoip since this may cause the free limit to be exceeded.
Note:
See TracTickets
for help on using tickets.
(In [7485]) Fixes #2119: Geolocation should not be used for internal logins
We now check that the
AuthenticationMethod
used in the session is notINTERNAL
(or null).