dashboard login page style & content
Permalink
Hi,
When i link to a specific dashboard page from my site the user is redirected to a different login page.
eg. index.php/dashboard/
This login page that the user is redirected to is not the same as /login ... I have set up the style for the login page to use the theme in config/site_theme_paths.php I then added the contetn blocks to this page, /login has the theme and content but index.php/dashboard shows the login page without the content i added to /login.
how do i get this page to use the populated /login page
thanks
When i link to a specific dashboard page from my site the user is redirected to a different login page.
eg. index.php/dashboard/
This login page that the user is redirected to is not the same as /login ... I have set up the style for the login page to use the theme in config/site_theme_paths.php I then added the contetn blocks to this page, /login has the theme and content but index.php/dashboard shows the login page without the content i added to /login.
how do i get this page to use the populated /login page
thanks
Go to sitemap view and click the checkbox saying "show system pages". Then find the login page and take a look at it's permissions and make sure the page is visible for guests. I saw the same problem with sites upgraded from 5.5.x to 5.6 and actually the same problem occured with clean 5.6 installations also if I recall correctly.
thanks for the suggestion, however the login page has guest view permissions
I'm still having this issue. Did you figure it out?
I cant remember, and dont know if this is valid with current versions...
(I think) I changed the /site_theme_paths.php to redirect to the themed login page:
$v->setThemeByPath('/login', "your-theme");
Then added the custom login.php page to the root/single_pages/ folder.
(I think) I changed the /site_theme_paths.php to redirect to the themed login page:
$v->setThemeByPath('/login', "your-theme");
Then added the custom login.php page to the root/single_pages/ folder.
Did anyone seem to resolve this issue? I seem to be having the same problem where my custom styled login page (sitting within my theme) is different from the login page at /dashboard when a user is not currently logged in.