Record last login IP address

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Timed out
    • Component/s: None
    • Environment:

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      I'd really like to be able to get information about who logged in from which IP address. I'm not too worried about user interface, I just want to get at the underlying information. The most obvious place to look for this was alongside the last login date, but it appears that the information isn't recorded there (this is querying our PostgreSQL database):

      confluence=# select entity_key from os_propertyentry where entity_name='OSUser_user' group by entity_key order by entity_key;
                        entity_key
      -----------------------------------------------
       confluence.prefs.email.mimetype
       confluence.prefs.notify.for.my.own.actions
       confluence.user.dashboard.labels
       confluence.user.dashboard.spaces.selected.tab
       confluence.user.last.login.date
       confluence.user.locale
       confluence.user.previous.login.date
       confluence.user.profile.picture
       confluence.user.runtime.edit.show-labels
       confluence.user.runtime.edit.show-location
       confluence.user.runtime.edit.show-restrictios
       confluence.user.runtime.edit-wysiwyg
       confluence.user.runtime.recent-changes.size
       confluence.user.runtime.show-children
       confluence.user.runtime.show-comments
       confluence.user.site.homepage
       confluence.user.time.zone
       email
       fullName
      (19 rows)
      

      Is this information stored elsewhere, perhaps in log files? If not then please could you add it alongside the last login data in the above table?

            Assignee:
            BillA
            Reporter:
            Mark Sheppard
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: