BallStateCBER / commentaries-cake3

CBER Data Center: Weekly Commentary
0 stars 0 forks source link

Post-password-reset automatic login #21

Open PhantomWatson opened 6 years ago

PhantomWatson commented 6 years ago

Because $authUser is passed to the view in AppController::initialize(), this automatic login says that the user is logged in, but the page that's presented to the user reflects that they're not. This could be fixed by redirecting to the home page after the user is logged in.

image