03-25-2019, 01:04 PM
I changed the redirect after login to a member_index page through the User Settings in the Dashboard. That works fine.
I have checked the file you mentioned and that says the standard thing (as I did not touch that):
<?php
if(hasPerm([2],$user->data()->id)){
Redirect::to($us_url_root.'users/admin.php');
}else{
Redirect::to($us_url_root.$settings->redirect_uri_after_login);
}
?>
I have checked the file you mentioned and that says the standard thing (as I did not touch that):
<?php
if(hasPerm([2],$user->data()->id)){
Redirect::to($us_url_root.'users/admin.php');
}else{
Redirect::to($us_url_root.$settings->redirect_uri_after_login);
}
?>