NAME
Kernel::System::CustomerAuth::PostAuth::LastLoginSet
DESCRIPTION
Post authorization module, which sets the last login value.
PUBLIC INTERFACE
Run()
Set the last login value for the given CUSTOMER user.
$PostAuthLastLoginSetObject->Run(
User => 'tt',
);
returns undef if something is wrong.