mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update RegisterController
This commit is contained in:
@@ -166,6 +166,7 @@ class RegisterController extends Controller
|
||||
|
||||
if ($ret->id > 0) {
|
||||
Auth::loginUsingId($ret->id);
|
||||
User::updateSiteAccessed(Auth::id(), (int) Settings::settingValue('..storeuserips') === 1 ? $request->getClientIp() : '');
|
||||
|
||||
return redirect()->intended($this->redirectPath());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user