Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yes, as long as some other plugin hasn’t broken the field in the database.

    WordPress already records registation. This just displays it 🙂

    Thread Starter Manish

    (@nims)

    Thanks … actually what I wanted was to sort users by their login dates, so that I can delete the ones who have registered long ago and never logged in.
    Would this be possible ?

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    No, it doesn’t track logins. And there’s nothing in WP that does, so you really wouldn’t be able to see if anyone had an old, never used, account. :/

    Thread Starter Manish

    (@nims)

    Thanks for the reply.
    WP already seems to have a column for “last login” date.
    Could you kindly help to just make it sortable.

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    No.

    WordPress does not have a column for ‘last login date’ on the user tab nor does it in the wp_users or wp_usermeta tables in the database.

    Also you cannot add sortable columns to the user table like that unless the data is already in wp_users. It’s simply not available right now because of how core was coded.

    And no, this plugin will never track user logins. It’s not something it was designed for, nor is it what I need the plugin for. I don’t like to add features I won’t use to plugins I support.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Does it work for previously registered users’ is closed to new replies.