-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added last_login on the list_users method #60
base: master
Are you sure you want to change the base?
Conversation
Conflicts: cork/cork.py
Updated the test cases to pass |
Hi @FedericoCeratto could you please have a look at merging this pull request? |
Hi @Jacksonville, adding last_login to list_users would change the API and also require every other backend to implement last_login. What would you think of having last_login as an optional feature? |
No problem @FedericoCeratto, sounds like a plan. |
@Jacksonville I don't, but it could be added with a global flag to enable it. When enabled on a backend that supports it, it would be updated on every login and maybe returned by a last_login() property. |
665c993
to
ebb2777
Compare
I was interested in this information for my user admin screen