Comment 5 for bug 890929

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/958
Committed: http://gitorious.org/mahara/mahara/commit/abda43b5dbbc9a4051f3a6f48606f62036082289
Submitter: Francois Marier (<email address hidden>)
Branch: master

commit abda43b5dbbc9a4051f3a6f48606f62036082289
Author: Richard Mansfield <email address hidden>
Date: Thu Dec 22 15:03:05 2011 +1300

    Remove unused inactive check from login code (bug #890929)

    This code was never run because the $oldlastlogin variable was
    hardcoded to 0. The code can be removed altogether, and instead rely
    on cron to set expiry dates on inactive users.

    Change-Id: I9883a7720960f2337edf060197346cd17f0193c5
    Signed-off-by: Richard Mansfield <email address hidden>