Opened 17 years ago

Closed 17 years ago

#3379 closed (fixed)

last_login not updated

Reported by: arvin Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: Keywords: last_login, login
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

During normal login the last_login field of the user is not updated. Shouldn't the login
function do this (as attached). I could only find some code in staff_member_required (which
could be removed if the login function does the work).

Attachments (1)

last_login.diff (707 bytes ) - added by arvin 17 years ago.
patch to update last_login during login

Download all attachments as: .zip

Change History (3)

by arvin, 17 years ago

Attachment: last_login.diff added

patch to update last_login during login

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5074]) Fixed #3379 -- Changed login() so that we update last_login when a user
logs in. Thanks, arvin.

Note: See TracTickets for help on using tickets.
Back to Top