Hi,
Right now users are redirected to myphpgedview on login. I would like to redirect them to the home page instead. I found a value in the config gedcom file for
$PAGE_AFTER_LOGIN = "mygedview";
Is this the value I need to change? What value do I put in to redirect to the home page? I tried "home" but that didn't work
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Right now users are redirected to myphpgedview on login. I would like to redirect them to the home page instead. I found a value in the config gedcom file for
$PAGE_AFTER_LOGIN = "mygedview";
Is this the value I need to change? What value do I put in to redirect to the home page? I tried "home" but that didn't work
In the GEDCOM configuration, in the Access and Privacy section, Page to show after Login option, choose "Welcome".
Great! thanks!