franzliedke / auth-fluxbb

A package for external authentication with FluxBB 1.5.
30 stars 3 forks source link

Update last_visit in users table when logging in via auth-fluxbb #18

Open lbausch opened 10 years ago

franzliedke commented 10 years ago

In FluxBB core, that's usually done when logging out. Is that what you want?

lbausch commented 10 years ago

I assume - so Auth::logout(); should set last_visit then?