Merge branch 'develop' of github.com:octobercms/october into develop
This commit is contained in:
commit
7079cba205
|
|
@ -74,12 +74,12 @@ class Auth extends Controller
|
|||
'password' => post('password')
|
||||
], true);
|
||||
|
||||
// Log the sign in event
|
||||
AccessLog::add($user);
|
||||
|
||||
// Load version updates
|
||||
VersionManager::instance()->updateAll();
|
||||
|
||||
// Log the sign in event
|
||||
AccessLog::add($user);
|
||||
|
||||
// Redirect to the intended page after successful sign in
|
||||
return Redirect::intended(Backend::url('backend'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue