03-02-2017, 05:18 PM
I should probably explain that changing the echosuer setting does work, but echouser has not been implemented throughout the code. It's just for your own use right now. I'll probably push it out to things like the header/account pages soon.
If your redirect after login isn't working in the dashboard (I need to check that), put where you want to redirect to in the usersc/scripts/custom_login_script.php and see if that works. All you have to do is put
Redirect::to('myredirectlocation'); obviously putting your redirect location in there.
I think what's going on is that Facebook and google do their own redirect that overrides ours.
If your redirect after login isn't working in the dashboard (I need to check that), put where you want to redirect to in the usersc/scripts/custom_login_script.php and see if that works. All you have to do is put
Redirect::to('myredirectlocation'); obviously putting your redirect location in there.
I think what's going on is that Facebook and google do their own redirect that overrides ours.